Vizzu / Modules / types/styles / Box
Interface: Box
types/styles.Box
Represents a box with border and background.
Hierarchy
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.