public enum LayoutInitial : System.Enum
public enum LayoutInitial : System.Enum
| Member | Description |
|---|---|
| InvalidateAll | Set all layouts to be invalid when the diagram is "reset"; all layouts will be performed soon. |
| InvalidateIfNodesUnlocated | Set 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). |
| None | Do 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. |
System.Object
System.ValueType
System.Enum
Northwoods.GoXam.LayoutInitial