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.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("000209C8-0000-0000-C000-000000000046")> _
Public Interface FillFormat
'Usage
Dim instance As FillFormat
[GuidAttribute("000209C8-0000-0000-C000-000000000046")]
public interface FillFormat
Remarks
Use the Fill property of a Shape, ShapeRange, or InlineShape object to return a FillFormat object.
Many of the properties of the FillFormat object are read-only. To set one of these properties, you have to apply the corresponding method.