RectangleF.Left 属性

定义

获取此 RectangleF 结构左边缘的 x 坐标。

public:
 property float Left { float get(); };
[System.ComponentModel.Browsable(false)]
public float Left { get; }
public float Left { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Left : single
member this.Left : single
Public ReadOnly Property Left As Single

属性值

RectangleF 结构左边缘的 x 坐标。

属性

适用于