_Font.Fill Property

Definition

Gets a FillFormat object that contains fill formatting properties for the font used by the specified range of text.

public:
 property Microsoft::Office::Interop::Word::FillFormat ^ Fill { Microsoft::Office::Interop::Word::FillFormat ^ get(); void set(Microsoft::Office::Interop::Word::FillFormat ^ value); };
public Microsoft.Office.Interop.Word.FillFormat Fill { get; set; }
member this.Fill : Microsoft.Office.Interop.Word.FillFormat with get, set
Public Property Fill As FillFormat

Property Value

A FillFormat object.

Remarks

Read-only.

Applies to