ValidUnconnectedLinks

StockSharp.Xaml.Diagram.GXDiagram.Model

This enumeration controls whether link data must be connected at both "ends" to nodes.

Fields

Allowed
public const ValidUnconnectedLinks Allowed
value = ValidUnconnectedLinks.Allowed

Link data permits having no reference to nodes for either or both ends of the link.

None
public const ValidUnconnectedLinks None
value = ValidUnconnectedLinks.None

All link data must have both the "from" and the "to" ends connected to nodes.