rounding_radius property

rounding_radius property

Gets or sets the radius of the circular arcs of all four corners, measured in degrees. Default value is 0.0

Definition:

@property
def rounding_radius(self):
    ...
@rounding_radius.setter
def rounding_radius(self, value):
    ...

See Also