ShapeOutside

Type Alias ShapeOutside 

Source
pub type ShapeOutside = GenericShapeOutside<BasicShape, Image>;
Expand description

A computed shape-outside value.

Aliased Type§

#[repr(u8)]
pub enum ShapeOutside { None, Image(GenericImage<GenericGradient<LineDirection, CSSPixelLength, LengthPercentage, GenericPosition<LengthPercentage, LengthPercentage>, Angle, AngleOrPercentage, GenericColor<Percentage>>, ComputedUrl, GenericColor<Percentage>, Percentage, Resolution>), Shape(Box<GenericBasicShape<Angle, GenericPosition<LengthPercentage, LengthPercentage>, LengthPercentage, GenericInsetRect<LengthPercentage>>>, ShapeBox), Box(ShapeBox), }

Variants§