LineFormat.BackColor Property
Returns or sets a ColorFormat object that represents the background color for the specified fill or patterned line.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property BackColor As ColorFormat
Get
'Usage
Dim instance As LineFormat
Dim value As ColorFormat
value = instance.BackColor
ColorFormat BackColor { get; }
Property Value
Type: Microsoft.Office.Interop.Word.ColorFormat