height property

height property

Represents the Height of the comment, in unit of pixels.

Example


comment1.height = 10

Definition:

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

See Also