Skip to main content

StyleBoxShadowValue

Type Alias StyleBoxShadowValue 

Source
pub type StyleBoxShadowValue = CssPropertyValue<StyleBoxShadow>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(StyleBoxShadow)