Class PointerState
Specifies the pointerstate of a mouse device
Inheritance
System.Object
PointerState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |