DefShadowPattern Property

A Long type property. Gets and sets the type of the shadow pattern, applied by default to new shapes, created in the document.

Applies to: Document object

Syntax

[[Let] patternRet =] object.DefShadowPattern

[Let] object.DefShadowPattern = patternSet

The DefShadowPattern property syntax has these parts:

Part Description
object

Required. An expression, that returns a Document object.

patternRet Optional. A Long type variable.
patternSet Required. An expression that returns a Long value.

Remarks

When a new shape is created in the document, the value of the DefShadowPattern property is set to the corresponding ShadowPattern property of the shape. The range of valid values for the DefShadowPattern property is the same as for the ShadowPattern property of the Shape object.

 

See Also

DefShadowColor property, DefShadowPatColor property, ShadowPattern property, Shape object