Skip to main content

ShapeInsideValue

Type Alias ShapeInsideValue 

Source
pub type ShapeInsideValue = CssPropertyValue<ShapeInside>;

Aliased Type§

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

Variants§

§

Auto

§

None

§

Initial

§

Inherit

§

Revert

§

Unset

§

Exact(ShapeInside)