up Inquisit Language Reference

yPx property

The vertical position of the item on the canvas in pixels.

Member of

<likert> <openended> <sliderTrial> <caption> <checkboxes> <dropdown> <image> <listbox> <radioButtons> <slider> <textbox> <button> <clearScreen> <clock> <html> <picture> <shape> <text> <video>

Syntax

object.name.yPx

Read/Write

Type

extent

Remarks

Use the xPct property to get the position as a percentage of the canvas height.

Examples

The following displays the value of yPx in a text stimulus:

<text myText>
/ items= ("yPx = <% text.foo.yPx %>")
</text>

Copyright Millisecond Software, LLC. All rights reserved.