FillFormat.ForeColor Property

Returns or sets a ColorFormat object that represents the foreground color for the fill.

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

Syntax

'Declaration
ReadOnly Property ForeColor As ColorFormat
    Get
'Usage
Dim instance As FillFormat
Dim value As ColorFormat

value = instance.ForeColor
ColorFormat ForeColor { get; }

Property Value

Type: Microsoft.Office.Interop.Word.ColorFormat

See Also

Reference

FillFormat Interface

FillFormat Members

Microsoft.Office.Interop.Word Namespace