arc property

arc property

Gets or sets the arc.

Definition:

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

See Also