Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationCompletedEventArgs Class / Position Property


In This Topic
    Position Property (ManipulationCompletedEventArgs)
    In This Topic
    Gets the x and y control coordinates of the touch input at the completed position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Position As Point
    'Usage
     
    
    Dim instance As ManipulationCompletedEventArgs
    Dim value As Point
     
    value = instance.Position
    public Point Position {get;}

    Property Value

    The x and y control coordinates of the touch input at the completed position.
    See Also