ColorFormat.TintAndShade Property
Word Developer Reference |
Returns a Single that represents the lightening or darkening of a specified shape's color. Read/write.
Syntax
expression.TintAndShade
expression An expression that returns a ColorFormat object.
Remarks
You can enter a number from -1 (darkest) to 1 (lightest) for the TintAndShade property, 0 (zero) being neutral.
Example
This example creates a new shape in the active document, sets the fill color, and lightens the color shade.
Visual Basic for Applications |
---|
|
See Also