TappedEventArgs.TapCount 属性

定义

获取检测到点击交互的次数。

public:
 property unsigned int TapCount { unsigned int get(); };
uint32_t TapCount();
public uint TapCount { get; }
var uInt32 = tappedEventArgs.tapCount;
Public ReadOnly Property TapCount As UInteger

属性值

UInt32

unsigned int

uint32_t

点击总数。

适用于