ReshapeBehavior

StockSharp.Xaml.Diagram.GXDiagram.Tool

Esta enumeração enumera as instruções de arrasto permitidas para uma pega de reformulação.

Campos

All
public const ReshapeBehavior All
value = ReshapeBehavior.All

Permitir arrastar em qualquer direção.

Horizontal
public const ReshapeBehavior Horizontal
value = ReshapeBehavior.Horizontal

Permitir apenas o arrasto horizontal (esquerda e direita).

None
public const ReshapeBehavior None
value = ReshapeBehavior.None

Não permitir arrastar.

Vertical
public const ReshapeBehavior Vertical
value = ReshapeBehavior.Vertical

Permitir apenas arrastar verticalmente (para cima e para baixo).