height property

height property

Frame height. See the height attribute definition in HTML 4.01.

Definition:

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

See Also