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:

PartDescription
objectAn expression evaluating to an object of type McDisplayedObjects.
NewFillStyleRequired. A mcGraphObjFillStyle enumeration, as described in settings.

The FillStyle to set.

Settings

The settings for NewFillStyle are:

ConstantValueDescription
 mcgfsBorderNoFill0

Object has a border and is empty.

 mcgfsBorderFill1

Object has a border and is solid.

 mcgfsNoBorderFill2

Object is solid but does not have a border.

 mcgfsNoBorderNoFill3

Object is empty and does not have a border.