Interface IGestureParameter
Represents the parameter to pass to the diagram Command property.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IGestureParameter
Properties
CurrentKey
Gets the CurrentKey Key value pressed on the KeyBoard.
Declaration
Key CurrentKey { get; }
Property Value
Type |
---|
System.Windows.Input.Key |
FocusPoint
Gets the FocusPoint of a UIElement.
Declaration
Nullable<Point> FocusPoint { get; }
Property Value
Type |
---|
System.Nullable<System.Windows.Point> |
KeyModifiers
Gets the KeyModifier Key value on the KeyBoard.
Declaration
ModifierKeys KeyModifiers { get; }
Property Value
Type |
---|
System.Windows.Input.ModifierKeys |
Keys
Gets the possible Key values on the KeyBoard.
Declaration
List<Key> Keys { get; }
Property Value
Type |
---|
System.Collections.Generic.List<System.Windows.Input.Key> |
KeyState
Gets the KeyState on the KeyBoard.
Declaration
KeyStates KeyState { get; }
Property Value
Type |
---|
System.Windows.Input.KeyStates |
ManipulationEventArgs
Provides data for the ManipulationDelta event.
Declaration
object ManipulationEventArgs { get; }
Property Value
Type |
---|
System.Object |
Parameter
Provides data for the GestureCommand.
Declaration
object Parameter { get; }
Property Value
Type |
---|
System.Object |
PointerEventArgs
Provides data for various events that report changes to the mouse wheel delta value of a mouse device.
Declaration
MouseWheelEventArgs PointerEventArgs { get; }
Property Value
Type |
---|
System.Windows.Input.MouseWheelEventArgs |
PointerState
Gets the PointerState of a mouse or keyboard.
Declaration
Nullable<PointerState> PointerState { get; }
Property Value
Type |
---|
System.Nullable<PointerState> |
ScrollState
Gets the ScrollState value of a mouse device.
Declaration
ScrollState ScrollState { get; }
Property Value
Type |
---|
ScrollState |
Source
Gets the Source of the UIElement.
Declaration
UIElement Source { get; }
Property Value
Type |
---|
System.Windows.UIElement |