The display height of the item.
<button> <caption> <checkboxes> <clock> <display> <dropdown> <image> <instruct> <listbox> <openended> <picture> <radiobuttons> <shape> <slider> <slidertrial> <text> <textbox> <video>
The height can be specified in percentages, pixels, or points.
The following displays the value of height in a text stimulus:
<text sometext>
/ items= ("height = <% text.foo.height %>")
</text>
The following displays the value of height in an instruction page:
<page somepage>
height = <% defaults.height %>
</page>