Description
For each McGraphObj in the collection, sets the FillStyle property.
-
Return Type
-
None
-
Syntax
-
object.SetFillStyle NewFillStyle
The SetFillStyle Method syntax has these parts: Settings The settings for NewFillStyle are:
 | mcgfsBorderNoFill | 0 |
Object has a border and is empty.
|
 | mcgfsBorderFill | 1 |
Object has a border and is solid.
|
 | mcgfsNoBorderFill | 2 |
Object is solid but does not have a border.
|
 | mcgfsNoBorderNoFill | 3 |
Object is empty and does not have a border.
|
|