LayoutBorderTopWidthValue

Type Alias LayoutBorderTopWidthValue 

Source
pub type LayoutBorderTopWidthValue = CssPropertyValue<LayoutBorderTopWidth>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutBorderTopWidth)