Description
Specifies whether an object has a border and if it is solid or empty.
-
Property type
-
A mcGraphObjFillStyle enumeration.
-
Syntax
-
object.FillStyle [= value]
The FillStyle Property syntax has these parts: Settings The settings for value 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.
|
|