opacity_percent property

opacity_percent property

Gets or sets the opacity percent.

Definition:

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

See Also