ManipulationStartedEventArgs.ContactCount Property

Definition

Gets the number of contact points at the time the ManipulationStarted event is recognized.

public:
 property unsigned int ContactCount { unsigned int get(); };
uint32_t ContactCount();
public uint ContactCount { get; }
var uInt32 = manipulationStartedEventArgs.contactCount;
Public ReadOnly Property ContactCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

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)

Applies to