margin_height property

margin_height property

Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.01.

Definition:

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

See Also