menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGesture - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved