TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationStartedEventArgs Class / PointerCount Property

In This Topic
    PointerCount Property (ManipulationStartedEventArgs)
    In This Topic
    Gets the count of touch points.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerCount As Integer
    public int PointerCount {get;}

    Property Value

    A System.Int32 value that represents the count of touch points.
    See Also