horizontal_direction property

horizontal_direction property

Gets or sets the horizontal direction.

Definition:

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

See Also