Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ScrollEventArgs Class / GetPosition Method

In This Topic
    GetPosition Method (C1ScrollEventArgs)
    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