Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / HoldingEventArgs Class / PointerDeviceType Property


In This Topic
    PointerDeviceType Property (HoldingEventArgs)
    In This Topic
    Gets the MultiTouch.PointerDeviceType for the pointer device that initiated the associated input event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerDeviceType As PointerDeviceType
    'Usage
     
    
    Dim instance As HoldingEventArgs
    Dim value As PointerDeviceType
     
    value = instance.PointerDeviceType
    public PointerDeviceType PointerDeviceType {get;}

    Property Value

    One of MultiTouch.PointerDeviceType values.
    See Also