The horizontal screen coordinate of the right of the stimulus.
visualstimulus.name.right
Read Only
extent
This property returns the right 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 right in a text stimulus:
<text myText>
/ items= ("right = <% text.foo.right %>")
</text>
The following displays the value of right in an instruction page:
<page myPage>
Right = <% defaults.right %>
</page>