Type Alias style::values::specified::basic_shape::ShapeRadius

source ·
pub type ShapeRadius = ShapeRadius<NonNegativeLengthPercentage>;
Expand description

The specified value of ShapeRadius.

Aliased Type§

enum ShapeRadius {
    Length(NonNegative<LengthPercentage>),
    ClosestSide,
    FarthestSide,
}

Variants§

§

Length(NonNegative<LengthPercentage>)

§

ClosestSide

§

FarthestSide