Read-only. Returns an instance of the Color object that corresponds to the shadow color of the shape.
Applies to: Shape object, Style object
[[Set] colorRet =] object.ShadowColor |
The ShadowColor property syntax has these parts:
Part | Description |
object | Required. An expression that returns an object in the Applies to list. |
colorRet | Optional. A Color type variable. |
Shape object:
The ShadowColor property is also a table parameter of the shape,
that is, its value can be described by a formula. The instance of the Color object,
that contains the ShadowColor property is not changed, instead,
the color components contained in ShadowColor are changed. To
work with the ShadowColor property as with a table parameter,
use the constant tag CDPT_SHADOWCOLOR.
Style object:
When a style is assigned to a shape, the parameters of the ShadowColor property
of the style are set to the ShadowColor property of the shape. ShadowColor is
only effective when the HasShadowAttr property of this style
is True.
See Also |
DefShadowColor property, HasShadowAttr property, ShadowPatColor property, ShadowPattern property, Color object |