RectangleF.Y 属性

定义

获取或设置此 RectangleF 结构左上角的 y 坐标。

public:
 property float Y { float get(); void set(float value); };
public float Y { get; set; }
member this.Y : single with get, set
Public Property Y As Single

属性值

RectangleF 结构左上角的 y 坐标。 默认值为 0。

适用于