RectangleF.Top 属性

定义

获取此 RectangleF 结构上边缘的 y 坐标。

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

属性值

RectangleF 结构上边缘的 y 坐标。

属性

适用于