Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationStartingEventArgs Class / PointerDeviceType Property


In This Topic
PointerDeviceType Property (ManipulationStartingEventArgs)
In This Topic
Gets the MultiTouch.PointerDeviceType for the pointer device involved in the manipulation.
Syntax
'Declaration
 
Public ReadOnly Property PointerDeviceType As PointerDeviceType
 
'Usage
 
Dim instance As ManipulationStartingEventArgs
Dim value As PointerDeviceType
 
value = instance.PointerDeviceType

Property Value

One of the MultiTouch.PointerDeviceType values.
See Also