The height of the back and forward buttons on a survey page.
<survey> <surveyPage>
object.name.navigationButtonHeight
Read/Write
extent
The amount can be specified in percentages, pixels, or points.
The following displays the value of navigationButtonHeight in a text stimulus:
<text myText>
/ items= ("navigationButtonHeight = <% surveypage.page3.navigationButtonHeight %>")
</text>
The following displays the value of navigationButtonHeight in an instruction page:
<page myPage>
navigationButtonHeight = <% survey.mySurvey.navigationButtonHeight %>
</page>