Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1TappedEventArgs Class / PointerDeviceType Property

In This Topic
    PointerDeviceType Property (C1TappedEventArgs)
    In This Topic
    Gets the type of pointer which performed the action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerDeviceType As C1PointerDeviceType
    public C1PointerDeviceType PointerDeviceType {get;}
    See Also