Northwoods.GoWPF 2.2.4 Assembly
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 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
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

Requirements
See Also

Reference

Northwoods.GoXam Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback