lineStyle

Specifies the style of the line.

Type

Style Constant integer

See Line Style for available options

Example

Rectangle1.lineStyle = StyleConstant.THIN_LINE;

Either syntax below can be used in component script:

lineStyle           // unqualified
Rectangle1.lineStyle    // qualified

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