HasShadowAttr Property

A Boolean type property. A flag that specifies whether the ShadowColor, ShadowPatColor and ShadowPattern properties of this style, that control shadow attributes of a shape, are effective. True - the parameters are effective. False - the shadow parameters don't apply when the style is assigned to a shape.

Applies to: Style object

Syntax

[[Let] booleanRet =] object.HasShadowAttr

[Let] object.HasShadowAttr = hasShadowAttrSet

The HasShadowAttr property syntax has these parts:

Part Description
object Required. An expression that returns a Style object.
booleanRet Optional. A Boolean type variable.
hasShadowAttrSet Required. An expression that returns a Boolean value.

 

See Also

HasCharAttr property, HasEndsAttr property, HasFillAttr property, HasParaAttr property, HasPenAttr property, HasTxtblockAttr property, ShadowColor property, ShadowPatColor property, ShadowPattern property