ShadowFormat.ForeColor Property
Publisher Developer Reference |
Returns or sets a ColorFormat object representing the foreground color for the fill, line, or shadow. Read/write.
Syntax
expression.ForeColor
expression A variable that represents a ShadowFormat object.
Remarks
Use the BackColor property to set the background color for a fill or line.
Example
This example adds a rectangle to the active publication 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 the active publication.
Visual Basic for Applications |
---|
|
See Also