Skip to main content

LayoutTextJustifyValue

Type Alias LayoutTextJustifyValue 

Source
pub type LayoutTextJustifyValue = CssPropertyValue<LayoutTextJustify>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutTextJustify)