drawing_direction property

drawing_direction property

Gets or sets the drawing direction.

Definition:

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

See Also