_Font.Fill Property
Gets a FillFormat object that contains fill formatting properties for the font used by the specified range of text.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Fill As FillFormat
Get
Set
'Usage
Dim instance As _Font
Dim value As FillFormat
value = instance.Fill
instance.Fill = value
FillFormat Fill { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.FillFormat
A FillFormat object.
Remarks
Read-only.