LayoutBorderBottomWidthValue

Type Alias LayoutBorderBottomWidthValue 

Source
pub type LayoutBorderBottomWidthValue = CssPropertyValue<LayoutBorderBottomWidth>;

Aliased Type§

#[repr(C, u8)]
pub enum LayoutBorderBottomWidthValue { Auto, None, Initial, Inherit, Exact(LayoutBorderBottomWidth), }

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutBorderBottomWidth)