Share via


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)

Usage

Dim lineFormat1 As LineFormat

Dim returnValue As ColorFormat
returnValue = lineFormat1.BackColor

Syntax

ReadOnly Property BackColor() As ColorFormat
ColorFormat BackColor {get;}
property ColorFormat^ BackColor{
    ColorFormat^ get();
}
public ColorFormat get_BackColor();
function get BackColor() : ColorFormat;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

LineFormat Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

LineFormat Members