transparency property

transparency property

Gets or sets transparency of the shadow. Default value is 0.

Definition:

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

See Also