pub type Rounding = CornerRadius;
👎Deprecated: Renamed to CornerRadius
Aliased Type§
struct Rounding {
pub nw: u8,
pub ne: u8,
pub sw: u8,
pub se: u8,
}
Fields§
§nw: u8
Radius of the rounding of the North-West (left top) corner.
ne: u8
Radius of the rounding of the North-East (right top) corner.
sw: u8
Radius of the rounding of the South-West (left bottom) corner.
se: u8
Radius of the rounding of the South-East (right bottom) corner.