Skip to main content

ShapeOutsideValue

Type Alias ShapeOutsideValue 

Source
pub type ShapeOutsideValue = CssPropertyValue<ShapeOutside>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(ShapeOutside)