background_height property

background_height property

Gets or sets the desired height of the background image in pixels.

Definition:

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

See Also