width_cm property

width_cm property

Represents the width of the comment, in unit of centimeters.

Example


comment1.width_cm = 1.0

Definition:

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

See Also