width_cm fastighet

width_cm fastighet

Representerar formens bredd, i centimeterenhet.

Exempel


if shape.width_cm == 3:
    shape.width_cm = 1.0

Definition:

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

Se även