min-height in area<%>
Gets or sets the area's minimum height for geometry management.
The minimum height is ignored when it is smaller than the area's
minimum graphical height, or when it is smaller
than the height reported by
container-size if the area is a container. See Geometry Management for more information.
An area's initial minimum height is its graphical minimum height. See
also
get-graphical-min-size .
( -> exact integer in [0, 10000]send an-area min-height)
Returns the current minimum height (in pixels).
( -> void
send an-area min-height h)
h : exact integer in [0, 10000]
Sets the minimum height (in pixels); if h is smaller than the
internal hard minimum, an exn:application:mismatch exception is raised.