Share via


FillFormat.Type Property

Publisher Developer Reference

Returns an MsoFillType constant that represents the fill format type of a shape. Read-only.

Syntax

expression.Type

expression   A variable that represents a FillFormat object.

Remarks

The Type property value can be one of these MsoFillType constants.

msoFillBackground
msoFillGradient
msoFillMixed
msoFillPatterned
msoFillPicture
msoFillSolid
msoFillTextured

See Also