Freigeben über


GestureRecognizer.TapMaxContactCount Eigenschaft

Definition

Ruft die maximale Anzahl von Kontaktpunkten ab, die zum Erkennen eines Windows.UI.Input.GestureRecognizer.Tapped-Ereignisses erforderlich sind, oder legt diese fest.

public:
 property unsigned int TapMaxContactCount { unsigned int get(); void set(unsigned int value); };
uint32_t TapMaxContactCount();

void TapMaxContactCount(uint32_t value);
public uint TapMaxContactCount { get; set; }
var uInt32 = gestureRecognizer.tapMaxContactCount;
gestureRecognizer.tapMaxContactCount = uInt32;
Public Property TapMaxContactCount As UInteger

Eigenschaftswert

UInt32

unsigned int

uint32_t

Die Anzahl der Kontaktpunkte.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v10.0)

Gilt für: