pub type BorderLeft = GenericBorder<LineStyle, 3>;Expand description
A value for the border-left shorthand property.
Aliased Type§
pub struct BorderLeft {
pub width: BorderSideWidth,
pub style: LineStyle,
pub color: CssColor,
}Fields§
§width: BorderSideWidthThe width of the border.
style: LineStyleThe border style.
color: CssColorThe border color.