The display height of the item in pixels.
<instruct> <likert> <openended> <sliderTrial> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <button> <clearScreen> <clock> <html> <picture> <shape> <text> <video>
object.name.heightPx
Read/Write
extent
Use the heightPx attribute to get the height in pixels.
The following displays the value of height in a text stimulus:
<text myText>
/ items= ("height = <% text.foo.heightPx %>")
</text>
The following displays the value of height in an instruction page:
<page myPage>
height = <% defaults.heightPx %>
</page>