SearchFlags
StockSharp.Xaml.Diagram.GXDiagram
This enumeration is used to control what kinds of parts are found, in calls to SearchLayers) and SearchLayers).
Fields
Label
public const SearchFlags Label
value = SearchFlags.Label
Include all nodes that are link labels.
Nodes
public const SearchFlags Nodes
value = SearchFlags.Nodes
Include all kinds of nodes, including groups and link label nodes.
Selectable
public const SearchFlags Selectable
value = SearchFlags.Selectable
Also require parts to be selectable.
SelectableParts
public const SearchFlags SelectableParts
value = SearchFlags.SelectableParts
Include all selectable parts.
SimpleNode
public const SearchFlags SimpleNode
value = SearchFlags.SimpleNode
Include all nodes that are not groups or link label nodes.