PhysicalGestureRecognizer.HoldMaxContactCount 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 HoldMaxContactCount { unsigned int get(); void set(unsigned int value); };
/// [Windows.Foundation.Metadata.Experimental]
/// [get: Windows.Foundation.Metadata.Experimental]
/// [set: Windows.Foundation.Metadata.Experimental]
uint32_t HoldMaxContactCount();
void HoldMaxContactCount(uint32_t value);
[Windows.Foundation.Metadata.Experimental]
public uint HoldMaxContactCount { [Windows.Foundation.Metadata.Experimental] get; [Windows.Foundation.Metadata.Experimental] set; }
var uInt32 = physicalGestureRecognizer.holdMaxContactCount;
physicalGestureRecognizer.holdMaxContactCount = uInt32;
Public Property HoldMaxContactCount As UInteger
Property Value
- Attributes