Type Alias style::values::computed::basic_shape::ShapeOutside

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

A computed shape-outside value.

Aliased Type§

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

Variants§