A Boolean type property. A flag that specifies whether the FillColor, FillPatColor and FillPattern properties of this style, that control the fill attributes of a shape, are effective. True - the parameters are effective. False - the fill parameters don't apply when the style is assigned to a shape.
Applies to: Style object
[[Let] booleanRet =] object.HasFillAttr [Let] object.HasFillAttr = hasFillAttrSet |
The HasFillAttr property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Style object. |
booleanRet | Optional. A Boolean type variable. |
hasFillAttrSet | Required. An expression that returns a Boolean value. |