uniformBottomRadius(_:topLeftRadius:topRightRadius:)
A configuration that applies the bottomRadius uniformly to the bottom-left and bottom-right corners, with optional independent radii for the top-left and top-right corners. When the uniform corners differ, it uses the largest of the resolved corner radii.
Declaration
class func uniformBottomRadius(_ bottomRadius: NSViewCornerRadius, topLeftRadius: NSViewCornerRadius?, topRightRadius: NSViewCornerRadius?) -> NSViewCornerConfigurationParameters
- bottomRadius:
Radius for bottom edge.
- topLeftRadius:
Radius for the top left corner.
- topRightRadius:
Radius for the top right corner.