GestureRecognizer.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.
Gets or sets the maximum number of contact points needed to recognize a translation (or panning) event.
public:
property unsigned int TranslationMaxContactCount { unsigned int get(); void set(unsigned int value); };
uint32_t TranslationMaxContactCount();
void TranslationMaxContactCount(uint32_t value);
public uint TranslationMaxContactCount { get; set; }
var uInt32 = gestureRecognizer.translationMaxContactCount;
gestureRecognizer.translationMaxContactCount = uInt32;
Public Property TranslationMaxContactCount As UInteger
Property Value
The number of contact points.
Windows requirements
Device family |
Windows 10, version 2004 (introduced in 10.0.19041.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v10.0)
|