lineBorderWidth

open override fun lineBorderWidth(lineBorderWidth: Double): LineLayer

The width of the line border. A value of zero means no border. Default value: 0. Minimum value: 0.

Use static method LineLayer.defaultLineBorderWidth to set the default property.

Parameters

lineBorderWidth

value of lineBorderWidth


open override fun lineBorderWidth(lineBorderWidth: Expression): LineLayer

The width of the line border. A value of zero means no border. Default value: 0. Minimum value: 0.

Use static method LineLayer.defaultLineBorderWidthAsExpression to set the default property.

Parameters

lineBorderWidth

value of lineBorderWidth as Expression


The width of the line border. A value of zero means no border. Default value: 0. Minimum value: 0.