ReshapeBehavior

StockSharp.Xaml.Diagram.GXDiagram.Tool

This enumeration lists the permissible drag directions for a reshape handle.

Fields

All
public const ReshapeBehavior All
value = ReshapeBehavior.All

Allow dragging in any direction.

Horizontal
public const ReshapeBehavior Horizontal
value = ReshapeBehavior.Horizontal

Allow only horizontal (left-and-right) dragging.

None
public const ReshapeBehavior None
value = ReshapeBehavior.None

Disallow dragging.

Vertical
public const ReshapeBehavior Vertical
value = ReshapeBehavior.Vertical

Allow only vertical (up-and-down) dragging.