ReshapeBehavior

StockSharp.Xaml.Diagram.GXDiagram.Tool

この列挙は、リシェップハンドルの許容ドラッグの指示を一覧表示します。

フィールド

All
public const ReshapeBehavior All
value = ReshapeBehavior.All

任意の方向にドラッグを許可します。

Horizontal
public const ReshapeBehavior Horizontal
value = ReshapeBehavior.Horizontal

水平方向(左と右)のみドラッグを許可します。

None
public const ReshapeBehavior None
value = ReshapeBehavior.None

ドラッグを解除します。

Vertical
public const ReshapeBehavior Vertical
value = ReshapeBehavior.Vertical

垂直(上下)ドラッグのみを許可します。