WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1PointerDeviceType Enumeration
In This Topic
    C1PointerDeviceType Enumeration
    In This Topic
    Enumerates the different kind of devices which can perform drag operations.
    Syntax
    public enum C1PointerDeviceType : System.Enum 
    Members
    MemberDescription
    MouseMouse device
    PenPen device
    TouchTouch screen
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Core.C1PointerDeviceType

    See Also