radius property
radius property
Gets or sets the radius. Contains two floating-point numbers that specify the radii of the ellipse.
Definition:
@property
def radius(self):
...
@radius.setter
def radius(self, value):
...
Gets or sets the radius. Contains two floating-point numbers that specify the radii of the ellipse.
@property
def radius(self):
...
@radius.setter
def radius(self, value):
...