Skip to main content

LayoutJustifyContentValue

Type Alias LayoutJustifyContentValue 

Source
pub type LayoutJustifyContentValue = CssPropertyValue<LayoutJustifyContent>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutJustifyContent)