up Inquisit Language Reference

bottom property

The vertical screen coordinate of the bottom of the stimulus.

Member of

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

Syntax

visualstimulus.name.bottom

Read Only

Type

extent

Remarks

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

If the stimulus' size is not explicitly set, this property returns the center vertical coordinate of the stimulus.

Examples

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

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

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

<page myPage>
bottom = <% shape.foo.bottom %>
</page>

Copyright Millisecond Software, LLC. All rights reserved.