background property

background property

Gets or sets the Stamp background.

Definition:

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

See Also