pub type ShapeRadius = GenericShapeRadius<NonNegativeLengthPercentage>;
Expand description
The computed value of ShapeRadius
.
Aliased Type§
#[repr(C, u8)]pub enum ShapeRadius {
Length(NonNegative<LengthPercentage>),
ClosestSide,
FarthestSide,
}