GestureRecognizer.HoldMinContactCount 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 minimum number of contact points needed to recognize a Windows.UI.Input.GestureRecognizer.Holding event.
public:
property unsigned int HoldMinContactCount { unsigned int get(); void set(unsigned int value); };
uint32_t HoldMinContactCount();
void HoldMinContactCount(uint32_t value);
public uint HoldMinContactCount { get; set; }
var uInt32 = gestureRecognizer.holdMinContactCount;
gestureRecognizer.holdMinContactCount = uInt32;
Public Property HoldMinContactCount 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)
|