PhysicalGestureRecognizer.TranslationMaxContactCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes