# Border Configuration This section describes the settings of border styles.
Name
Type
Default Value
Description
border
{
width?: Length,
color?: Color,
radius?: Length,
style?: BorderStyle
}
-
Sets a unified border style.
borderStyle
BorderStyle
Solid
Sets the border style of an element.
borderWidth
Length
0
Sets the border width of an element.
borderColor
Color
Sets the border color of an element.
borderRadius
Sets the border radius of an element.
Dotted
Dotted border. The radius of a dot is half of borderWidth.
Dashed
Dashed border.
Solid border.