Skip to main content

LayoutPaddingTopValue

Type Alias LayoutPaddingTopValue 

Source
pub type LayoutPaddingTopValue = CssPropertyValue<LayoutPaddingTop>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(LayoutPaddingTop)