The horizontal position of the item relative to 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.xPx
Read/Write
extent
Use the xPct propert to get the position of the item as a percentage of the canvas width.
The following displays the value of xPx in a text stimulus:
<text myText>
/ items= ("xPx = <% text.foo.xPx %>")
</text>