orientation property

orientation property

Orientation

Definition:

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

See Also