Xceed Ultimate ListBox for Silverlight Documentation
MousePosition Property


Gets the position of the mouse.
Syntax
Public ReadOnly Property MousePosition As Point
Dim instance As DragDropMoveEventArgs
Dim value As Point
 
instance.MousePosition = value
 
value = instance.MousePosition
public Point MousePosition {get;}

Property Value

A Point representing the position of the mouse.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragDropMoveEventArgs Class
DragDropMoveEventArgs Members

Send Feedback