up Inquisit Language Reference

bottom property

The vertical screen coordinate of the bottom of the stimulus.

Member of

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

Remarks

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

Examples

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

<text sometext>
/ items= ("bottom = <% text.foo.bottom %>")
</text>

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

<page somepage>
bottom = <% defaults.bottom %>
</page>

Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.