DragDropInfo.Location 属性

定义

获取光标相对于文本视图左上角的位置。

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

属性值

Point

光标相对于文本视图左上角的位置。

适用于