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