C1.Silverlight Namespace / C1ScrollStartedEventArgs Class / GetPosition Method

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

Parameters

relativeTo
See Also