DragDropInfo.Location Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the location of the cursor relative to the left top corner of the text view.
public:
property System::Windows::Point Location { System::Windows::Point get(); };
public System.Windows.Point Location { get; }
member this.Location : System.Windows.Point
Public ReadOnly Property Location As Point
Property Value
The location of the cursor relative to the left top corner of the text view.