width propriété

width propriété

Obtient et définit le width du contrôle en unité de points.

Définition:

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

Voir également