Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1TappedEventArgs Class / GetPosition Method

In This Topic
    GetPosition Method (C1TappedEventArgs)
    In This Topic
    Gets the position of the pointer performing the drag gesture relatively to the specified element.
    Syntax
    'Declaration
     
    
    Public Function GetPosition( _
       ByVal relativeTo As ComponentBase _
    ) As C1Point
    public C1Point GetPosition( 
       ComponentBase relativeTo
    )

    Parameters

    relativeTo
    See Also