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 です。

適用対象