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