ComponentOne DataGrid for WPF and Silverlight
GetPosition Method (DataGridSelectionDragEventArgs)

C1.Silverlight.DataGrid Namespace > DataGridSelectionDragEventArgs Class : GetPosition Method
Any System.Windows.UIElement-derived object that is contained by the Silverlight plug-in and connected to the object tree. To specify the object relative to the overall Silverlight coordinate system, use a relativeTo value of null.
Returns the x- and y-coordinates of the mouse pointer position, optionally evaluated against a coordinate origin of a supplied System.Windows.UIElement.
Syntax
'Declaration
 
Public Function GetPosition( _
   ByVal relativeTo As System.Windows.UIElement _
) As System.Windows.Point
public System.Windows.Point GetPosition( 
   System.Windows.UIElement relativeTo
)

Parameters

relativeTo
Any System.Windows.UIElement-derived object that is contained by the Silverlight plug-in and connected to the object tree. To specify the object relative to the overall Silverlight coordinate system, use a relativeTo value of null.

Return Value

A System.Windows.Point that represents the current x- and y-coordinates of the mouse pointer position. If null was passed as relativeTo, this coordinate is for the overall Silverlight plug-in content area. If a non-null relativeTo was passed, this coordinate is relative to the object referenced by relativeTo.
See Also

Reference

DataGridSelectionDragEventArgs Class
DataGridSelectionDragEventArgs Members