transparency property

transparency property

Gets or sets a value to indicate the object Transparency. The value is from 0.0 to 1.0. By default the value is 0

Definition:

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

See Also