Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ZoomEventArgs Class / GetPosition Method

In This Topic
    GetPosition Method (C1ZoomEventArgs)
    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 UIElement _
    ) As Point
    public Point GetPosition( 
       UIElement relativeTo
    )

    Parameters

    relativeTo
    See Also