auto_shadows property

auto_shadows property

Gets or sets the AutoShadows value. When true, “Shadows” is automatically adjusted.

Definition:

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

See Also