Name
Window.Height -- set/get window height
Function
Specify the height of a window. Usually, you won't give a pixel value here but instead use one of the following magic macros:

Default
Calculated from objects default sizes.

MinMax:<0..100>
Somewhere between the minimum height (0) and the maximum height (100) of your window.

Visible:<1..100>
Percentage of the screens visible height.

Screen:<1..100>
Percentage of the screens total height.

Scaled
Height will be adjusted so that width : height == minimum width : minimum height. Note that a windows width and height may not both be scaled.

Default for this tag is Default.

As long as your window has a MUI window id (Window.MuiID), choosing a size is not that important. MUI will always remember a windows last position and size and these values will simply override your settings. Positioning and sizing should be completely under user control, a programmer doesn't need to worry about it.

Type
Number or predefined macro

Applicability
IG


Show TOC