Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1DragEventArgs Class / GetPosition Method

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

    Parameters

    relativeTo
    See Also