Skip to main content

LayoutInsetBottomValue

Type Alias LayoutInsetBottomValue 

Source
pub type LayoutInsetBottomValue = CssPropertyValue<LayoutInsetBottom>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutInsetBottom)