Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
public Point Location {get; set;}
'宣言
Public Property Location As Point
プロパティ値
The
System.Drawing.Point that represents the upper-left corner of the control relative to the upper-left corner of its container.