background property

background property

Returns or specifies current background of the page.

Definition:

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

See Also