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