StyleBackgroundRepeatVecValue

Type Alias StyleBackgroundRepeatVecValue 

Source
pub type StyleBackgroundRepeatVecValue = CssPropertyValue<StyleBackgroundRepeatVec>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(StyleBackgroundRepeatVec)