is_reversed property

is_reversed property

Return or set the state of the SmartArt diagram with regard to (left-to-right) LTR or (right-to-left) RTL, if the diagram supports reversal. Read/write bool.

Definition:

@property
def is_reversed(self):
    ...

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

See Also