LineFormat.ForeColor Property
Returns or sets a ColorFormat object that represents the foreground color for the line.
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 LineFormat
Dim value As ColorFormat
value = instance.ForeColor
ColorFormat ForeColor { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ColorFormat