Lingo Dictionary > D-F > dropShadow |
![]() ![]() ![]() |
dropShadow
Syntax
member(
whichCastMember
)
.
dropShadow
the dropShadow of member
whichCastMember
Description
Cast member property; determines the size of the drop shadow in pixels, for text in a field cast member.
Example
This statement sets the drop shadow of the field cast member Comment to 5 pixels:
member("Comment").dropShadow = 5
![]() ![]() ![]() |