lineStyle
|
Specifies the style of the line.
Type
- Style Constant integer
-
See Line Style for available options
Example
Line1.lineStyle = StyleConstant.THIN_LINE;
|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |