up Inquisit Language Reference

hPosition property

The horizontal position of the item on the canvas.

Member of

<likert> <openended> <slidertrial> <caption> <checkboxes> <dropdown> <image> <listbox> <radiobuttons> <slider> <textbox> <button> <clearscreen> <clock> <html> <picture> <shape> <text> <video>

Syntax

object.name.hPosition

Read/Write

Type

extent

Remarks

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

Examples

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

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

Copyright Millisecond Software, LLC. All rights reserved.