circle Stroke Width
open override fun circleStrokeWidth(circleStrokeWidth: Double): CircleLayer
Content copied to clipboard
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.
Use static method CircleLayer.defaultCircleStrokeWidth to set the default property.
Parameters
circle Stroke Width
value of circleStrokeWidth
open override fun circleStrokeWidth(circleStrokeWidth: Expression): CircleLayer
Content copied to clipboard
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.
Use static method CircleLayer.defaultCircleStrokeWidthAsExpression to set the default property.
Parameters
circle Stroke Width
value of circleStrokeWidth as Expression
The width of the circle's stroke. Strokes are placed outside of the circle-radius
.