Size.Width プロパティ

定義

Width のこのインスタンスの Size を取得または設定します。

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

プロパティ値

Double

Width の該当するインスタンスの Size。 既定値は 0 です。 この値を負にすることはできません。

適用対象