LayoutInitial
StockSharp.Xaml.Diagram.GXDiagram
This enumeration controls the initial validity of IDiagramLayouts managed by LayoutManager, as the value of Initial.
字段
InvalidateAll : LayoutInitial
Set all layouts to be invalid when the diagram is "reset"; all layouts will be performed soon.
InvalidateIfNodesUnlocated : LayoutInitial
Set all layouts to be valid when the diagram is "reset", except declare invalid those layouts that have nodes without a Location (i.e. one or both of the X and Y values are NaN).
None : LayoutInitial
Do not change the value of ValidLayout when the diagram is "reset".
ValidateAll : LayoutInitial
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.