Share via


ChartFillFormat.Type Property

Represent the type of fill. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Type As MsoFillType
    Get
'Usage
Dim instance As ChartFillFormat
Dim value As MsoFillType

value = instance.Type
MsoFillType Type { get; }

Property Value

Type: Microsoft.Office.Core.MsoFillType
MsoFillType

Remarks

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

msoFillBackground

msoFillGradient

msoFillMixed

msoFillPatterned

msoFillPicture

msoFillSolid

msoFillTextured

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace