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.

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.

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.