menu

WPF

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

    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.WPF.dll
    Syntax
    public interface IGestureParameter

    Properties

    CurrentKey

    Gets the CurrentKey Key value pressed on the KeyBoard.

    Declaration
    Key CurrentKey { get; }
    Property Value
    Type Description
    System.Windows.Input.Key

    FocusPoint

    Gets the FocusPoint of a UIElement.

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

    KeyModifiers

    Gets the KeyModifier Key value on the KeyBoard.

    Declaration
    ModifierKeys KeyModifiers { get; }
    Property Value
    Type Description
    System.Windows.Input.ModifierKeys

    Keys

    Gets the possible Key values on the KeyBoard.

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

    KeyState

    Gets the KeyState on the KeyBoard.

    Declaration
    KeyStates KeyState { get; }
    Property Value
    Type Description
    System.Windows.Input.KeyStates

    ManipulationEventArgs

    Provides data for the ManipulationDelta event.

    Declaration
    object ManipulationEventArgs { get; }
    Property Value
    Type Description
    System.Object

    Parameter

    Provides data for the GestureCommand.

    Declaration
    object Parameter { get; }
    Property Value
    Type Description
    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 Description
    System.Windows.Input.MouseWheelEventArgs

    PointerState

    Gets the PointerState of a mouse or keyboard.

    Declaration
    PointerState? PointerState { get; }
    Property Value
    Type Description
    System.Nullable<PointerState>

    ScrollState

    Gets the ScrollState value of a mouse device.

    Declaration
    ScrollState ScrollState { get; }
    Property Value
    Type Description
    ScrollState

    Source

    Gets the Source of the UIElement.

    Declaration
    UIElement Source { get; }
    Property Value
    Type Description
    System.Windows.UIElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved