DragDropInfo::Location Property
Visual Studio 2015
Gets the location of the cursor relative to the left top corner of the text view.
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::PointThe location of the cursor relative to the left top corner of the text view.
Show: