Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationStartedEventArgs Class / PointerCount Property


In This Topic
    PointerCount Property
    In This Topic
    Gets the number of touch points.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PointerCount As Integer
    'Usage
     
    
    Dim instance As ManipulationStartedEventArgs
    Dim value As Integer
     
    value = instance.PointerCount
    public int PointerCount {get;}

    Property Value

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