GoXam for WPF v3
Initial Property
Northwoods.GoXam Namespace > LayoutManager Class : Initial Property
Gets or sets under what conditions an "initialization" or "reset" of the model should cause layouts to be invalidated.
Syntax
public LayoutInitial Initial {get; set;}

Property Value

The default value is LayoutInitial.InvalidateIfNodesUnlocated.
Remarks
The diagram will call LayoutDiagram(LayoutInitial,Boolean) with this value when there has been a significant change to the whole diagram, such as:
See Also

Reference

LayoutManager Class
LayoutManager Members