Type Alias ShapeRadius

Source
pub type ShapeRadius = ShapeRadius<NonNegativeLengthPercentage>;
Expand description

The specified value of ShapeRadius.

Aliased Type§

#[repr(C, u8)]
pub enum ShapeRadius { Length(NonNegative<LengthPercentage>), ClosestSide, FarthestSide, }

Variants§

§

Length(NonNegative<LengthPercentage>)

§

ClosestSide

§

FarthestSide