auto_size Eigentum

auto_size Eigentum

Gibt an, ob die Größe der Form automatisch entsprechend ihrem Inhalt angepasst wird.

Beispiel


shapeTextAlignment.auto_size = False

Definition:

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

Siehe auch