LayoutMarginBottomValue

Type Alias LayoutMarginBottomValue 

Source
pub type LayoutMarginBottomValue = CssPropertyValue<LayoutMarginBottom>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutMarginBottom)