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