_Explorer.Width プロパティ

定義

指定したオブジェクトの幅 (ピクセル単位) を示す Integer (C#では int ) 値を設定または返します。 読み取り/書き込みが可能です。

public:
 property int Width { int get(); void set(int value); };
public int Width { get; set; }
Public Property Width As Integer

プロパティ値

適用対象