The amount of spacing for the top margin of a survey page.
<survey> <surveyPage>
object.name.topMargin
Read/Write
extent
The amount can be specified in percentages, pixels, or points.
The following displays the value of topMargin in a text stimulus:
<text myText>
/ items= ("topMargin = <% surveypage.page3.topMargin %>")
</text>
The following displays the value of topMargin in an instruction page:
<page myPage>
topMargin = <% survey.mySurvey.topMargin %>
</page>