ICircleBaseStyle
Represents the base style options for a circle.
Extends
Extended by
Properties
borderColor?
optional
borderColor:string
The color of the border.
Defined in
styles/interfaces/ICircleBaseStyle.ts:10
borderWidth?
optional
borderWidth:number
The width of the border in pixels.
Defined in
styles/interfaces/ICircleBaseStyle.ts:15
color?
optional
color:string
The fill color of the circle.