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