Share via


DragDropInfo.Location Property

Gets the location of the cursor relative to the left top corner of the text view.

Namespace:  Microsoft.VisualStudio.Text.Editor.DragDrop
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Property Location As Point
public Point Location { get; private set; }
public:
property Point Location {
    Point get ();
    private: void set (Point value);
}
member Location : Point with get, private set
function get Location () : Point
private function set Location (value : Point)

Property Value

Type: System.Windows.Point
The location of the cursor relative to the left top corner of the text view.

.NET Framework Security

See Also

Reference

DragDropInfo Class

Microsoft.VisualStudio.Text.Editor.DragDrop Namespace