StyleBackgroundPositionVecValue

Type Alias StyleBackgroundPositionVecValue 

Source
pub type StyleBackgroundPositionVecValue = CssPropertyValue<StyleBackgroundPositionVec>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(StyleBackgroundPositionVec)