ShadowPatColor Property

Read-only. Returns an instance of the Color object that corresponds to the shadow pattern color of the shape.

Applies to: Shape object, Style object

Syntax

[[Set] colorRet =] object.ShadowPatColor

The ShadowPatColor 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.

Remarks

Shape object:
The ShadowPatColor 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 ShadowPatColor property is not changed, instead, the color components contained in ShadowPatColor are changed. To work with the ShadowPatColor property as with a table parameter, use the constant tag CDPT_SHADOWPATCOLOR.

Style object:
When a style is assigned to a shape, the parameters of the ShadowPatColor property of the style are set to the ShadowPatColor property of the shape. ShadowPatColor is only effective when the HasShadowAttr property of this style is True.

 

See Also

DefShadowPatColor property, HasShadowAttr property, ShadowColor property, ShadowPattern property, Color object