StylusSystemGestureEventArgs.SystemGesture Property

Definition

Gets the SystemGesture that raises the event.

public:
 property System::Windows::Input::SystemGesture SystemGesture { System::Windows::Input::SystemGesture get(); };
public System.Windows.Input.SystemGesture SystemGesture { get; }
member this.SystemGesture : System.Windows.Input.SystemGesture
Public ReadOnly Property SystemGesture As SystemGesture

Property Value

The SystemGesture that raises the event.

Applies to

See also