Vizzu / types/styles / Box
Interface: Box
Represents a box with border and background.
Extended by
Properties
backgroundColor?
optional
backgroundColor:null
|Color
The background color of the element.
borderColor?
optional
borderColor:null
|Color
The border color of the element.
borderWidth?
optional
borderWidth:null
|number
The border width of the element.