A Long type property. Specifies the begin arrowhead type for a 1D-shape.
Applies to: Shape object, Style object
[[Let] longRet =] object.LineBegin [Let] object.LineBegin = lineBeginSet |
The LineBegin 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. |
lineBeginSet | Required. An expression that returns a Long value. |
The value of LineBegin can be in the range of 0 to 60. The 0 value means the 1D-shape has no begin arrowhead (No Arrows).
Shape object:
The LineBegin property is also a table parameter of the shape,
that is, its value can be described by a formula. To work with LineBegin as
a table parameter, use the CDPT_LINEBEGIN constant tag.
Style object:
When a style is assigned to a shape, the parameters of the LineBegin property
of the style are set to the LineBegin property of the shape. LineBegin is
only effective when the HasEndsAttr property of this style
is True.
See Also |
HasEndsAttr property, LineEnd property, LineEndSize property |