window class : Height(real) setter

Description

Sets the height of the window.

Syntax

instance.Height = value;

Assigned value

ClassDescription
realThe height of the window.

Return value

None.

Sample code

1:

window w = new window();

2:

w.Height = 800;

Notes

Please specify in device-independent pixel (DIP).

Links for reference

None.

Copyright © Cooker All rights reserved.