FillFormat.BackColor Property
PowerPoint Developer Reference |
Returns or sets a ColorFormat object that represents the background color for the specified fill or patterned line. Read/write.
Syntax
expression.BackColor
expression A variable that represents a FillFormat object.
Return Value
ColorFormat
Example
This example adds a rectangle to myDocument
and then sets the foreground color, background color, and gradient for the rectangle's fill.
Visual Basic for Applications |
---|
|
This example adds a patterned line to myDocument
.
Visual Basic for Applications |
---|
|
See Also