Site icon Python GUI

Specify Component’s Height Properties using .Height

featuredimage2 9275835

.Height specifies the vertical size of the control in pixels.

Use the Height property to read or change the height of the control.

Here is the example of drawing a rectangle with Height=100, 200, or 300:

[crayon-662ccb74bd168752975647/]

The results:

 

 

Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.

Exit mobile version