up Inquisit Language Reference

vPosition property

The vertical position of the item on the canvase.

Member of

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

Syntax

object.name.vPosition

Read/Write

Type

extent

Remarks

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

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.