orientation propiedad
orientation propiedad
Obtiene y establece si SpinButton o ScrollBar están orientados vertical u horizontalmente.
Definición:
@property
def orientation(self):
...
@orientation.setter
def orientation(self, value):
...
Obtiene y establece si SpinButton o ScrollBar están orientados vertical u horizontalmente.
@property
def orientation(self):
...
@orientation.setter
def orientation(self, value):
...