MouseModifier

StockSharp.Xaml.Charting.ChartModifiers

Specifies the Modifier button pressed at the time of a mouse operation

Fields

Alt
public const MouseModifier Alt
value = MouseModifier.Alt

The ALT button was pressed

Ctrl
public const MouseModifier Ctrl
value = MouseModifier.Ctrl

The CTRL button was pressed

None
public const MouseModifier None
value = MouseModifier.None

No modifiers were pressed

Shift
public const MouseModifier Shift
value = MouseModifier.Shift

The SHIFT button was pressed