ShadowFormat.ForeColor Property
PowerPoint Developer Reference |
Returns or sets a ColorFormat object that represents the foreground color for the fill, line, or shadow. Read/write.
Syntax
expression.ForeColor
expression A variable that represents a ShadowFormat 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