LayoutJustifyContentValue

Type Alias LayoutJustifyContentValue 

Source
pub type LayoutJustifyContentValue = CssPropertyValue<LayoutJustifyContent>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutJustifyContent)