A Long type property. Specifies the begin and end arrowhead size for a 1D-shape.
Applies to: Shape object, Style object
[[Let] longRet =] object.LineEndSize [Let] object.LineEndSize = lineEndSizeSet |
The LineEndSize 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. |
lineEndSizeSet | Required. An expression that returns a Long value. |
The LineEndSize property can take the following values:
Constant | Value | Description |
cdLESTiny | 0 | Tiny size. |
cdLESSmall | 1 | Small size. |
cdLESMedium | 2 | Medium size. |
cdLESLarge | 3 | Large size. |
cdLESHuge | 4 | Huge size. |
Shape object:
The LineEndSize property is also a table parameter of the
shape, that is, its value can be described by a formula. To work with LineEndSize as
a table parameter, use the CDPT_LINEENDSIZE constant tag.
Style object:
When a style is assigned to a shape, the parameters of the LineEndSize property
of the style are set to the LineEndSize property of the shape. LineEndSize is
only effective when the HasEndsAttr property of this style
is True.
See Also |
HasEndsAttr property, LineBegin property, LineEnd property |