browser クラス : Width(real) セッタ
説明
ブラウザの幅を設定します。
構文
instance.Width = value;
代入値
クラス | 説明 |
real | ブラウザの幅。 |
返り値
無し。
サンプルコード
1: | browser b; // Main-browser |
2: | b.Width = 1000.0; // The width will be fixed. |
注意
デバイス非依存ピクセル(DIP)で指定してください。
このセッタ経由でブラウザの幅を指定した場合、幅は固定になります。
参照リンク
無し。