GestureRecognizer.TapMaxContactCount 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 Windows.UI.Input.GestureRecognizer.Tapped event.
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
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)
|