menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IGesture - UWP 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.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

    Extension Methods

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