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