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