The border_type enum class specifies what kind of border to display.
Enumerator |
---|
none | Defines no border.
|
hidden | Defines a hidden border.
|
solid | Defines a solid border.
|
inset | Defines a 3D inset border. The effect depends on the border color value.
|
outset | Defines a 3D outset border. The effect depends on the border color value.
|
groove | Defines a 3D grooved border. The effect depends on the border color value.
|
ridge | Defines a 3D ridged border. The effect depends on the border color value.
|
theme | Defines a 3D themed border. The effect depends on the border color value.
|
dashed | Defines a dashed border.
|
dot_dash | Defines a dot dashed border.
|
dot_dot_dash | Defines a dot dot dashed border.
|
dotted | Defines a dotted border.
|
double_border | Defines a double border.
|