SpatialTappedEventArgs.TapCount 属性

定义

此手势表示的点击数,1 或 2。

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

属性值

UInt32

unsigned int

uint32_t

点击计数。

注解

TapCount 为 2 需要将 SpatialGestureSettings 值设置为 DoubleTap。

适用于