_Font.Fill Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.