次の方法で共有


Window2.Width プロパティ

定義

オブジェクトによって表されるウィンドウの幅を WindowObject ポイント単位で取得または設定します。

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

プロパティ値

注釈

最小化または最大化しているウィンドウに対して Width プロパティを設定すると、エラーが返されます。

Width プロパティは、 プロパティから返される値より大きい値にUsableWidth設定できません。

適用対象