sweep_direction property

sweep_direction property

Returns/sets value specifying the direction in which the arc is drawn.

Definition:

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

See Also