angle_start property

angle_start property

The start angle of the arc, measured in radian. Default value is 0

Definition:

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

See Also