CircleToolSettings
Properties
color
color:
string
The color of the element in some CSS-like format.
Example
Default
strokeOpacity
strokeOpacity:
number
A value between 0 and 1 that describes the opacity of the element's stroke.
Default
strokeWidth
strokeWidth:
number
The width of the element's stroke in pixels.
Default
strokeStyle
strokeStyle:
"solid"
|"dashed"
|"dotted"
The style of the element's stroke.
Default
radiusMarker
radiusMarker:
boolean
Whether to show a marker on the circle that indicates the radius
Default
fillOpacity
fillOpacity:
number
The opacity of the circle's fill.
Default
Last updated
Was this helpful?