opacity property

opacity property

The opacity of the arrow annotation.

Definition:

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

See Also