LayoutMaxHeightValue

Type Alias LayoutMaxHeightValue 

Source
pub type LayoutMaxHeightValue = CssPropertyValue<LayoutMaxHeight>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutMaxHeight)