height propiedad
height propiedad
Obtiene y establece el height del control en unidad de puntos.
Definición:
@property
def height(self):
...
@height.setter
def height(self, value):
...
Obtiene y establece el height del control en unidad de puntos.
@property
def height(self):
...
@height.setter
def height(self, value):
...