Skip to main content

StyleBackgroundContentValue

Type Alias StyleBackgroundContentValue 

Source
pub type StyleBackgroundContentValue = CssPropertyValue<StyleBackgroundContent>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleBackgroundContent)