Lingo Dictionary > D-F > fillMode |
![]() ![]() ![]() |
fillMode
Syntax
member(
whichCastMember
)
.
fillMode
Description
Vector shape cast member property; indicates the fill method for the shape, using the following possible values:
![]() |
|
![]() |
|
![]() |
|
This property can be tested and set when the shape is closed; open shapes have no fill.
To see an example of fillMode
used in a completed movie, see the Vector Shapes movie in the Learning\Lingo Examples folder inside the Director application folder.
Example
This statement sets the fillMode
of member Archie to gradient.
member("Archie").fillMode = #gradient
See also
![]() ![]() ![]() |