DoubleTappedArgs Class
Triggers when a pointer is double tapped (quickly) on a Visual.
Location
- Namespace
- Fuse.Gestures
- Package
- Fuse.Gestures 2.9.1
Interface of DoubleTappedArgs
Inherited from PointerEventArgs
IsCapturedTo(object) : bool uno
IsHardCapturedTo(object) : bool uno
IsPrimary : bool uno
IsSoftCapturedTo(object) : bool uno
PointerType : PointerType uno
PointIndex : int uno
ReleaseCapture(object) uno
Timestamp : double uno
TryHardCapture(object, Action, Visual) : bool uno
TrySoftCapture(object, Action, Visual) : bool uno
WheelDelta : float2 uno
WheelDeltaMode : WheelDeltaMode uno
WindowPoint : float2 uno
Inherited from VisualEventArgs
IsHandled : bool ux
Visual : Visual uno
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Implemented Interfaces
IScriptEvent uno
See Also
DoubleClicked ux
Triggers when a pointer is double-clicked on a Visual.