beginArrowStyle

Specifies the style of arrow to place at the beginning 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.beginArrowStyle = StyleConstant.ARROW_LINE_3;

Either syntax below can be used in component script:

beginArrowStyle           // unqualified
Line1.beginArrowStyle    // qualified

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