Interface IGesture
The Gesture class represents a recognized movement by the user.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IGesture
Properties
Key
Gets or sets the possible key values on a keyboard
Declaration
Key Key { get; set; }
Property Value
Type |
---|
System.Windows.Input.Key |
KeyModifiers
Gets or sets the set of modifier keys.
Declaration
ModifierKeys KeyModifiers { get; set; }
Property Value
Type |
---|
System.Windows.Input.ModifierKeys |
KeyState
Gets or sets the constants that define the state of a key.
Declaration
KeyStates KeyState { get; set; }
Property Value
Type |
---|
System.Windows.Input.KeyStates |
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 |