SizeF.Width プロパティ

定義

この SizeF 構造体の水平コンポーネントを取得または設定します。

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

プロパティ値

この SizeF 構造体の水平コンポーネント (通常、寸法はピクセル単位)。

注釈

構造体の および の単位Heightは、描画にPageUnit使用されるオブジェクトの GraphicsPageScale の設定によって異SizeFなります。Width

適用対象