Lingo Dictionary > D-F > filled |
![]() ![]() ![]() |
filled
Syntax
member(
whichCastMember
)
.
filled
the filled of member
whichCastMember
Description
Shape cast member property; indicates whether the specified cast member is filled with a pattern (TRUE
) or not (FALSE
).
Example
The following statements make the shape cast member Target Area a filled shape and assign it the pattern numbered 1, which is a solid color:
member("Target Area").filled = TRUE member("Target Area").pattern = 1
![]() ![]() ![]() |