browser class : Width(int) setter
Description
Sets the width of the browser.
Syntax
instance.Width = value;
Assigned value
Class | Description |
int | The width of the browser. |
Return value
None.
Sample code
1: | browser b; // Main-browser |
2: | b.Width = 1000; // The width will be fixed. |
Notes
Please specify in device independent pixel (DIP).
If you specify the width of the browser via this setter, the width is fixed.
Links for reference
None.