Class TapEventArgs
Tap gesture event arguments.
Inherited Members
Namespace: Telerik.Windows.Input.Touch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class TapEventArgs : TouchEventArgs
Properties
TapCount
Gets the number of times the element was tapped during the last tap interval.
Declaration
public int TapCount { get; }
Property Value
System.Int32
|