enable_shadows property

enable_shadows property

Gets or sets whether to enable shadows.

Definition:

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

See Also