The horizontal screen coordinate of the top of the stimulus.
visualstimulus.name.top
Read Only
extent
This property returns the top of the stimulus in screen percentages.
If the stimulus' size is not explicitly set, this property returns the center vertical coordinate of the stimulus.
The following displays the value of top of text.foo in a text stimulus:
<text myText>
/ items= ("top = <% text.foo.top %>")
</text>
The following displays the value of top of shape.foo in an instruction page:
<page myPage>
top = <% shape.foo.top %>
</page>