PhysicalGestureRecognizer.TapMaxContactCount Property

Definition

public:
 property unsigned int TapMaxContactCount { unsigned int get(); void set(unsigned int value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
uint32_t TapMaxContactCount();

void TapMaxContactCount(uint32_t value);
[Windows.Foundation.Metadata.Experimental]
public uint TapMaxContactCount { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var uInt32 = physicalGestureRecognizer.tapMaxContactCount;
physicalGestureRecognizer.tapMaxContactCount = uInt32;
Public Property TapMaxContactCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

Attributes

Applies to