Gets or sets the coordinates of the top left corner of the current
Rect structure.
シンタックス
'宣言
Public Property Location As Point
'使用法
Dim instance As Rect
Dim value As Point
instance.Location = value
value = instance.Location
public Point Location {get; set;}
参照