units property

units property

Gets or sets units.

Example

For example: inch, mm, pixel, pica, point etc.

Definition:

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

See Also