up Inquisit Language Reference

yPct 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.yPct

Read/Write

Type

extent

Remarks

The yPct can be specified in percentages, pixels, or points.

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.