Class Gesture
The Gesture class represents a recognized movement by the user.
Inheritance
System.Object
Gesture
Implements
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.UWP.dll
Syntax
public class Gesture : Object, IGesture
Constructors
Gesture()
Declaration
public Gesture()
Properties
Key
Gets or sets the possible key values on a keyboard
Declaration
public VirtualKey Key { get; set; }
Property Value
Type |
---|
Windows.System.VirtualKey |
KeyModifiers
Gets or sets the set of modifier keys.
Declaration
public VirtualKeyModifiers KeyModifiers { get; set; }
Property Value
Type |
---|
Windows.System.VirtualKeyModifiers |
KeyState
Specifies constants that define the state of a key.
Declaration
public CoreVirtualKeyStates KeyState { get; set; }
Property Value
Type |
---|
Windows.UI.Core.CoreVirtualKeyStates |
PointerState
Gets or sets the PointerState of a mouse or keyboard.
Declaration
public Nullable<PointerState> PointerState { get; set; }
Property Value
Type |
---|
System.Nullable<PointerState> |
ScrollState
Gets or sets the ScrollState of a mouse.
Declaration
public ScrollState ScrollState { get; set; }
Property Value
Type |
---|
ScrollState |