LineFormat.BackColor Property

Returns or sets a ColorFormat object that represents the background color for the specified fill or patterned line. Read/write.

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

Syntax

'Declaration
Property BackColor As ColorFormat
    Get
    Set
'Usage
Dim instance As LineFormat
Dim value As ColorFormat

value = instance.BackColor

instance.BackColor = value
ColorFormat BackColor { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.ColorFormat

See Also

Reference

LineFormat Interface

LineFormat Members

Microsoft.Office.Interop.PowerPoint Namespace