show_background property

show_background property

Definition:

@property
def show_background(self):
    ...

@show_background.setter
def show_background(self, value):
    ...

See Also