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)

public:
property Point Location {
	[CompilerGeneratedAttribute]
	Point get();
	[CompilerGeneratedAttribute]
	private: void set(Point value);
}

Property Value

Type: System.Windows::Point

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

Return to top
Show: