FillFormat.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 FillFormat
Dim value As ColorFormat
value = instance.BackColor
instance.BackColor = value
ColorFormat BackColor { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.ColorFormat