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
[[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. |