Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationStartedEventArgs Class / PointerCount Property


In This Topic
PointerCount Property
In This Topic
Gets the number of touch points.
Syntax
'Declaration
 
Public ReadOnly Property PointerCount As Integer
 
'Usage
 
Dim instance As ManipulationStartedEventArgs
Dim value As Integer
 
value = instance.PointerCount

Property Value

A System.Int32 value that represents the number of touch points.
See Also