fill_opacity property

fill_opacity property

Gets/sets the current fill opacity.

Definition:

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

See Also