LinkingDirection

StockSharp.Xaml.Diagram.GXDiagram.Tool

This enumeration lists the possible directions that the user may draw a new link using the LinkingTool.

Fields

BackwardsOnly
public const LinkingDirection BackwardsOnly
value = LinkingDirection.BackwardsOnly

Links may be drawn backwards only (i.e. from "to" node to "from" node).

Either
public const LinkingDirection Either
value = LinkingDirection.Either

Links may be drawn either forwards or backwards.

ForwardsOnly
public const LinkingDirection ForwardsOnly
value = LinkingDirection.ForwardsOnly

Links may be drawn forwards only (i.e. from "from" node to "to" node).