up Inquisit Language Reference

left property

The horizontal screen coordinate of the left of the stimulus.

Member of

<button> <clearscreen> <clock> <html> <picture> <shape> <text> <video>

Syntax

visualstimulus.name.left

Read Only

Type

extent

Remarks

This property returns the left of the stimulus in screen pixels.

Examples

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

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

The following displays the value of left in an instruction page:

<page myPage>
Left = <% defaults.left %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.