width Eigentum

width Eigentum

Stellt die width des Kommentars in der Einheit Pixel dar.

Beispiel


comment1.width = 10

Definition:

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

Siehe auch