DefShadowPatColor Property

Read-only. Returns an instance of the Color object, that contains information about the shadow pattern color of the shape, set by default to every new shape in the document.

Applies to: Document object

Syntax

[[Set] colorRet =] object.DefShadowPatColor

The DefShadowPatColor 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 DefShadowPatColor property is set to the corresponding properties of the Color object which contains the ShadowPatColor property of the new shape.

 

See Also

DefShadowColor property, DefShadowPattern property, ShadowPatColor property, Color object, Shape object