_Font.TextColor Property

Gets a ColorFormat object that represents the color for the specified font.

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

Syntax

'Declaration
ReadOnly Property TextColor As ColorFormat
    Get
'Usage
Dim instance As _Font
Dim value As ColorFormat

value = instance.TextColor
ColorFormat TextColor { get; }

Property Value

Type: Microsoft.Office.Interop.Word.ColorFormat
The color for the specified font.

Remarks

Read-only.

See Also

Reference

_Font Interface

_Font Members

Microsoft.Office.Interop.Word Namespace