endArrowStyle

Specifies the style of arrow to place at the end of the line.

Type

Style Constant integer

0: No arrow
StyleConstant.ARROW_LINE_1: Solid arrow
StyleConstant.ARROW_LINE_2: Stick arrow
StyleConstant.ARROW_LINE_3: Outline arrow

Example

Line1.endArrowStyle = StyleConstant.ARROW_LINE_3;

Either syntax below can be used in component script:

endArrowStyle           // unqualified
Line1.endArrowStyle    // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.