Gesture

StockSharp.Xaml.Diagram.GXDiagram

This enumerates the kinds of gestures that are implemented by Diagram).

Поля

MouseLeftButton : Gesture

A simulated mouse gesture using the left button, a drag or a click.

MouseLeftDoubleClick : Gesture

A simulated mouse double-click gesture using the left button.

MouseRightButton : Gesture

A simulated mouse gesture using the right button, a drag or a click.

MouseRightDoubleClick : Gesture

A simulated mouse double-click gesture using the right button.

MouseWheelBackward : Gesture

A simulated mouse wheel gesture, rolling backward.

MouseWheelForward : Gesture

A simulated mouse wheel gesture, rolling forward.

None : Gesture

No simulated mouse gesture is occuring.