orientation property

orientation property

Gets or sets the orientation.

Definition:

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

See Also