Shape.Fill Property
Word Developer Reference |
Returns a FillFormat object that contains fill formatting properties for the specified shape. Read-only.
Syntax
expression.Fill
expression A variable that represents a Shape object.
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 |
---|
|
See Also