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