LayoutInitial

StockSharp.Xaml.Diagram.GXDiagram

This enumeration controls the initial validity of IDiagramLayouts managed by LayoutManager, as the value of Initial.

Fields

InvalidateAll
public const LayoutInitial InvalidateAll
value = LayoutInitial.InvalidateAll

Set all layouts to be invalid when the diagram is "reset"; all layouts will be performed soon.

InvalidateIfNodesUnlocated
public const LayoutInitial InvalidateIfNodesUnlocated
value = LayoutInitial.InvalidateIfNodesUnlocated

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
public const LayoutInitial None
value = LayoutInitial.None

Do not change the value of ValidLayout when the diagram is "reset".

ValidateAll
public const LayoutInitial ValidateAll
value = LayoutInitial.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.