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):
...
Obtiene y establece si el SpinButton o ScrollBar está orientado vertical u horizontalmente.
@property
def orientation(self):
...
@orientation.setter
def orientation(self, value):
...