up Inquisit Language Reference

top property

The horizontal screen coordinate of the top of the stimulus.

Member of

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

Syntax

visualstimulus.name.top

Read Only

Type

extent

Remarks

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

Examples

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

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

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

<page myPage>
top = <% defaults.top %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.