background_width property

background_width property

Get or sets the desired width of the background image in pixels.

Definition:

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

See Also