
.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:
The results:



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