behind_text property

behind_text property

The value indicating whether the shape is behind the text; True if the shape is behind the text, otherwise False.

Definition:

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

See Also