Spread Windows Forms 15.0
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
    public PointerDeviceType PointerDeviceType {get;}

    Property Value

    One of the MultiTouch.PointerDeviceType values.
    See Also