FillFormat.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 FillFormat
Dim value As MsoFillType
value = instance.Type
MsoFillType Type { get; }
Property Value
Type: Microsoft.Office.Core.MsoFillType
Remarks
The value of the Type property can be one of these MsoFillType constants.
msoFillBackground |
msoFillGradient |
msoFillMixed |
msoFillPatterned |
msoFillPicture |
msoFillSolid |
msoFillTextured |