menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Gesture - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Gesture

    The Gesture class represents a recognized movement by the user.

    Inheritance
    System.Object
    Gesture
    Implements
    IGesture
    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

    Implements

    IGesture

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved