The vertical position of the item on the canvas in pixels.
<likert> <openended> <sliderTrial> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <button> <clearScreen> <clock> <html> <picture> <shape> <text> <video>
object.name.yPx
Read/Write
extent
Use the xPct property to get the position as a percentage of the canvas height.
The following displays the value of yPx in a text stimulus:
<text myText>
/ items= ("yPx = <% text.foo.yPx %>")
</text>