MsoFillType Enumeration

Specifies a shape's fill type.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoFillType
'Usage
Dim instance As MsoFillType
public enum MsoFillType

Members

Member name Description
msoFillMixed Mixed fill.
msoFillSolid Solid fill.
msoFillPatterned Patterned fill.
msoFillGradient Gradient fill.
msoFillTextured Textured fill.
msoFillBackground Fill is the same as the background.
msoFillPicture Picture fill.

See Also

Reference

Microsoft.Office.Core Namespace