up Inquisit Language Reference

right property

The horizontal screen coordinate of the right of the stimulus.

Member of

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

Syntax

visualstimulus.name.right

Read Only

Type

extent

Remarks

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

Examples

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

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

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

<page myPage>
Right = <% defaults.right %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.