is_horizontal property

is_horizontal property

Indicates whether this is a horizontal scroll bar.

Definition:

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

See Also