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