orientation property

orientation property

Gets and sets whether the SpinButton or ScrollBar is oriented vertically or horizontally.

Definition:

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

See Also