DefShadowColor Property

Read-only. Returns an instance of the Color object that contains information about the shadow color of the shape, which is applied by default to new shapes created in the document.

Applies to: Document object

Syntax

[[Set] colorRet =] object.DefShadowColor

The DefShadowColor property syntax has these parts:

Part Description
object

Required. An expression, that returns a Document object.

colorRet Optional. A Color type variable.

Remarks

When a new shape is created in the document the value of the properties of the Color object which contains the DefShadowColor property is set to the corresponding properties of the Color object which contains the ShadowColor property of the new shape.

 

See Also

DefShadowPatColor property, DefShadowPattern property, ShadowColor property, Color object, Shape object