The height of the display canvas in pixels.
<display>
display.name.canvasHeight
Read Only
extent
The canvasHeight property returns the height of canvas as determined by the constraints specified in the canvasSize, canvasPosition, and canvasAspectRatio attributes.
The following displays the value of canvasHeight in a text stimulus:
<text myText>
/ items= ("canvasHeight = <% display.canvasHeight %>")
</text>
The following displays the value of canvasHeight in an instruction page:
<page myPage>
canvasHeight = <% display.canvasHeight %>
</page>