GoXam for WPF v3
LayoutInitial Enumeration
Northwoods.GoXam Namespace : LayoutInitial Enumeration
This enumeration controls the initial validity of Northwoods.GoXam.Layout.IDiagramLayouts managed by LayoutManager, as the value of LayoutManager.Initial.
Syntax
public enum LayoutInitial : System.Enum 
Members
MemberDescription
InvalidateAll Set all layouts to be invalid when the diagram is "reset"; all layouts will be performed soon.
InvalidateIfNodesUnlocatedSet all layouts to be valid when the diagram is "reset", except declare invalid those layouts that have nodes without a Node.Location (i.e. one or both of the X and Y values are NaN).
NoneDo not change the value of Northwoods.GoXam.Layout.IDiagramLayout.ValidLayout when the diagram is "reset".
ValidateAll Set all layouts to be valid when the diagram is "reset"; no layout is performed until some other changes cause a layout to become invalid.
Remarks
LayoutManager.LayoutDiagram describes some of the circumstances in which a diagram has had changes which would suggest invalidating (or validating) all of the layouts in a diagram.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.LayoutInitial

See Also

Reference

Northwoods.GoXam Namespace