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

屬性值

Single

這個 RectangleF 結構的高度。 預設值是 0。

適用於