is_bubble_3d property

is_bubble_3d property

Specifies that the bubbles have a 3-D effect applied to them. Read/write bool.

Definition:

@property
def is_bubble_3d(self):
    ...

@is_bubble_3d.setter
def is_bubble_3d(self, value):
    ...

See Also