3D Lingo Dictionary > A-B > autoCameraPosition |
![]() ![]() ![]() |
autoCameraPosition
Syntax
member(whichTextCastmember
).autoCameraPosition
Description
3D camera property; indicates whether the camera of the 3D text cast member is automatically positioned to show all of the text (TRUE
) or not (FALSE
). This is useful when changing the text, font, fontsize, and other properties of the cast member.
This property is not valid with other types of 3D cast members.
Example
This statement sets the autoCameraPosition
property of the cast member named Headline to FALSE
. When the cast member is displayed in 3D mode, the camera will not be positioned automatically.
member("Headline").autoCameraPosition = FALSE
See also
![]() ![]() ![]() |