ShadowColor Property
The ShadowColor property returns or sets the Shadow color as an RGB value. Returns a Long.
Syntax
object.ShadowColor
object.ShadowColor = ShadowColor
Parameter | Type | Description |
ShadowColor | Long | required; grfColor |
Remarks
Use the enumeration [grfColorRed], RGB value [RGB(255,0,0)], or number [255] to set a color.
Example
This example shows how to set the shadow color for a legend.
Legend.ShadowColor = grfColorBlack10
Used by: AutoLegend object