LayoutPaddingBottomValue

Type Alias LayoutPaddingBottomValue 

Source
pub type LayoutPaddingBottomValue = CssPropertyValue<LayoutPaddingBottom>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(LayoutPaddingBottom)