Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ScrollDeltaEventArgs Class / PointerDeviceType Property

In This Topic
    PointerDeviceType Property (C1ScrollDeltaEventArgs)
    In This Topic
    Gets the type of pointer which performed the action.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerDeviceType As C1PointerDeviceType
    public C1PointerDeviceType PointerDeviceType {get;}
    Remarks
    In Silverlight, 'windowless' plug-in parameter must be set to false in order to receive the correct device type, otherwise 'Mouse' will be returned despite the real device type.
    See Also