Lingo Dictionary > O-R > pageHeight |
![]() ![]() ![]() |
pageHeight
Syntax
member(
whichCastMember
).pageHeight
the pageHeight of member
whichCastMember
Description
Field cast member property; returns the height, in pixels, of the area of the field cast member that is visible on the Stage.
This property can be tested but not set.
Example
This statement returns the height of the visible portion of the field cast member Today's News:
put member("Today's News").pageHeight"
![]() ![]() ![]() |