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