width_cm proprietà

width_cm proprietà

Rappresenta la larghezza del commento, in unità di centimetri.

Esempio


comment1.width_cm = 1.0

Definizione:

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

Guarda anche