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