orientation propiedad

orientation propiedad

Obtiene y establece si el SpinButton o ScrollBar está orientado vertical u horizontalmente.

Definición:

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

Ver también