browser class : Width(real) setter

Description

Sets the width of the browser.

Syntax

instance.Width = value;

Assigned value

ClassDescription
realThe width of the browser.

Return value

None.

Sample code

1:

browser b; // Main-browser

2:

b.Width = 1000.0; // 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.

Copyright © Cooker All rights reserved.