Type Alias style::values::computed::basic_shape::ShapeRadius
source · pub type ShapeRadius = GenericShapeRadius<NonNegativeLengthPercentage>;
Expand description
The computed value of ShapeRadius
.
Aliased Type§
enum ShapeRadius {
Length(NonNegative<LengthPercentage>),
ClosestSide,
FarthestSide,
}