use_background_fill property

use_background_fill property

Determines whether this autoshape should be filled with slide’s background fill instead of specified by style or fill format. Read/write bool.

Definition:

@property
def use_background_fill(self):
    ...

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

See Also