menu

UWP

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

    Show / Hide Table of Contents

    Class PointerState

    Specifies the pointerstate of a mouse device

    Inheritance
    System.Object
    PointerState
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class PointerState : Enum

    Fields

    DoubleTap

    Enables or Disables doubletap behavior for pointerstate of the IGestureParameter.

    Declaration
    public const PointerState DoubleTap
    Field Value
    Type
    PointerState

    Left

    Enables or Disables mouse Left clik behavior for pointerstate of the IGestureParameter.

    Declaration
    public const PointerState Left
    Field Value
    Type
    PointerState

    Middle

    Enables or Disables mouse middle button behavior for pointerstate of the IGestureParameter.

    Declaration
    public const PointerState Middle
    Field Value
    Type
    PointerState

    Right

    Enables or Disables mouse right clik behavior for pointerstate of the IGestureParameter.

    Declaration
    public const PointerState Right
    Field Value
    Type
    PointerState

    Tap

    Enables or Disables tap behavior for pointerstate of the IGestureParameter.

    Declaration
    public const PointerState Tap
    Field Value
    Type
    PointerState

    Extension Methods

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