Int32Rect.Width プロパティ

定義

四角形の幅を取得または設定します。

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

プロパティ値

Int32

四角形の幅。 既定値は 0 です。

適用対象