Xceed DataGrid for Silverlight Documentation
MouseOffset Property


Gets the mouse offset of the displayed content.
Syntax
'Declaration
 
Public ReadOnly Property MouseOffset As Point
'Usage
 
Dim instance As DragDropContext
Dim value As Point
 
instance.MouseOffset = value
 
value = instance.MouseOffset
public Point MouseOffset {get;}

Property Value

A Point representing the mouse offset of the displayed content.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DragDropContext Class
DragDropContext Members

Send Feedback