PhysicalGestureRecognizer.TranslationMaxContactCount Property

Definition

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

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

Property Value

UInt32

unsigned int

uint32_t

Attributes

Applies to