StyleBorderTopStyleValue

Type Alias StyleBorderTopStyleValue 

Source
pub type StyleBorderTopStyleValue = CssPropertyValue<StyleBorderTopStyle>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(StyleBorderTopStyle)