lineGapWidth

open override fun lineGapWidth(lineGapWidth: Double): LineLayer

Draws a line casing outside of a line's actual path. Value indicates the width of the inner gap.

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

Parameters

lineGapWidth

value of lineGapWidth

open override fun lineGapWidth(lineGapWidth: Expression): LineLayer

Draws a line casing outside of a line's actual path. Value indicates the width of the inner gap.

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

Parameters

lineGapWidth

value of lineGapWidth as Expression

val lineGapWidth: Double?

Draws a line casing outside of a line's actual path. Value indicates the width of the inner gap.