line_height property

line_height property

LineHeight

Definition:

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

See Also