Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / PointerEventArgs Class / Properties Property


In This Topic
    Properties Property
    In This Topic
    Gets extended information about the input pointer.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Properties As PointerPointProperties
    'Usage
     
    
    Dim instance As PointerEventArgs
    Dim value As PointerPointProperties
     
    value = instance.Properties
    public PointerPointProperties Properties {get;}

    Property Value

    The extended properties exposed by the input device.
    See Also