show_background property

show_background property

Gets or sets value that specifies whether the Zoom will use the background of the destination slide. Read/write bool. Default value: true

Definition:

@property
def show_background(self):
    ...

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

See Also