pub type BorderCornerRadius = GenericBorderCornerRadius<NonNegativeLengthPercentage>;
Expand description
A computed value for the border-*-radius
longhand properties.
Aliased Type§
struct BorderCornerRadius(pub Size2D<NonNegative<LengthPercentage>>);
Fields§
§0: Size2D<NonNegative<LengthPercentage>>