Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1InputEventArgs Class / PointerDeviceType Property


In This Topic
    PointerDeviceType Property
    In This Topic
    Gets the type of pointer which performed the action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerDeviceType As C1PointerDeviceType
    'Usage
     
    
    Dim instance As C1InputEventArgs
    Dim value As C1PointerDeviceType
     
    value = instance.PointerDeviceType
    public C1PointerDeviceType PointerDeviceType {get;}
    See Also