StyleBoxShadowValue

Type Alias StyleBoxShadowValue 

Source
pub type StyleBoxShadowValue = CssPropertyValue<StyleBoxShadow>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Exact(StyleBoxShadow)