LineEnd Property

A Long type property. Specifies the end arrowhead type for a 1D-shape.

Applies to: Shape object, Style object

Syntax

[[Let] longRet =] object.LineEnd

[Let] object.LineEnd = lineEndSet

The LineEnd property syntax has these parts:

Part Description
object Required. An expression that returns an object in the Applies to list.
longRet Optional. A Long type variable.
lineEndSet Required. An expression that returns a Long value.

Remarks

The value of LineEnd can be in the range of 0 to 60. The 0 value means the 1D-shape has no end arrowhead (No Arrows).

Shape object:
The LineEnd property is also a table parameter of the shape, that is, its value can be described by a formula. To work with LineEnd as a table parameter, use the CDPT_LINEEND constant tag.

Style object:
When a style is assigned to a shape, the parameters of the LineEnd property of the style are set to the LineEnd property of the shape. LineEnd is only effective when the HasEndsAttr property of this style is True.

 

See Also

HasEndsAttr property, LineBegin property, LineEndSize property