Compartir a través de


SpatialTappedEventArgs.TapCount Propiedad

Definición

Número de pulsación representado por este gesto, ya sea 1 o 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

Valor de propiedad

UInt32

unsigned int

uint32_t

Recuento de pulsaciones.

Comentarios

Un TapCount de 2 requiere establecer un valor SpatialGestureSettings de DoubleTap.

Se aplica a