radius property
radius property
Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle.
Definition:
@property
def radius(self):
...
@radius.setter
def radius(self, value):
...
Gets or sets the radius. Contains a floating-point number that specifies the radius of the circle.
@property
def radius(self):
...
@radius.setter
def radius(self, value):
...