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:

PartDescription
objectAn expression evaluating to an object of type McGraphObjPoint.
valueA mcGraphObjFillStyle enumeration, as described in settings.

Settings

The settings for value 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.