menu

UWP

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

    Show / Hide Table of Contents

    Interface IGestureParameter

    Represents the parameter to pass to the diagram Command property.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IGestureParameter

    Properties

    CurrentKey

    Gets the CurrentKey Key value pressed on the KeyBoard.

    Declaration
    VirtualKey CurrentKey { get; }
    Property Value
    Type
    Windows.System.VirtualKey

    FocusPoint

    Gets the FocusPoint of a UIElement.

    Declaration
    Nullable<Point> FocusPoint { get; }
    Property Value
    Type
    System.Nullable<Windows.Foundation.Point>

    KeyModifiers

    Gets the KeyModifier Key value on the KeyBoard.

    Declaration
    VirtualKeyModifiers KeyModifiers { get; }
    Property Value
    Type
    Windows.System.VirtualKeyModifiers

    Keys

    Gets the possible Key values on the KeyBoard.

    Declaration
    List<VirtualKey> Keys { get; }
    Property Value
    Type
    System.Collections.Generic.List<Windows.System.VirtualKey>

    KeyState

    Gets the KeyState on the KeyBoard.

    Declaration
    CoreVirtualKeyStates KeyState { get; }
    Property Value
    Type
    Windows.UI.Core.CoreVirtualKeyStates

    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
    PointerRoutedEventArgs PointerEventArgs { get; }
    Property Value
    Type
    Windows.UI.Xaml.Input.PointerRoutedEventArgs

    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
    Windows.UI.Xaml.UIElement

    Extension Methods

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