RectangleF.Height 属性

定义

获取或设置此 RectangleF 结构的高度。

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

属性值

RectangleF 结构的高度。 默认值为 0。

适用于