GestureModifiers

StockSharp.Xaml.Diagram.GXDiagram

These gesture modifier flags are used by Diagram), as if the corresponding keys were held down during the gesture.

Fields

Alt
public const GestureModifiers Alt
value = GestureModifiers.Alt

As if the Alt key is being held down during the simulated mouse gesture.

Control
public const GestureModifiers Control
value = GestureModifiers.Control

As if the Control key is being held down during the simulated mouse gesture.

None
public const GestureModifiers None
value = GestureModifiers.None

No Control/Shift/Alt modifier for the simulated mouse gesture.

Shift
public const GestureModifiers Shift
value = GestureModifiers.Shift

As if the Shift key is being held down during the simulated mouse gesture.