LinkingDirection

StockSharp.Xaml.Diagram.GXDiagram.Tool

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

Campos

BackwardsOnly : LinkingDirection

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

Either : LinkingDirection

Links may be drawn either forwards or backwards.

ForwardsOnly : LinkingDirection

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