A measurement of the height for
the layout.
When height is specified as a measurement, that value overrides
any growth range allowed by the minH property
and the maxH property.
When this property is omitted or set to an empty string, the growth
range is set by the minH property and
the maxH property.
SyntaxReference_Syntax.h = "0in | measurement"
Values
Type
|
Values
|
String
|
0in (default)
Any valid measurement.
|
JavaScriptTextField1.h = "2in";
FormCalcTextField1.h = "2in"
|
|
|