FillFormat Interface

Represents fill formatting for a shape. A shape can have a solid, gradient, texture, pattern, picture, or semi-transparent fill.

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

Syntax

'Declaration
<GuidAttribute("9149347E-5A91-11CF-8700-00AA0060263B")> _
Public Interface FillFormat
'Usage
Dim instance As FillFormat
[GuidAttribute("9149347E-5A91-11CF-8700-00AA0060263B")]
public interface FillFormat

Remarks

Many of the properties of the FillFormat object are read-only. To set one of these properties, you have to apply the corresponding method.

See Also

Reference

FillFormat Members

Microsoft.Office.Interop.PowerPoint Namespace