to_front_or_back method
to_front_or_back(self, orders)
Brings the shape to the front or sends the shape to back.
def to_front_or_back(self, orders):
    ...
| Parameter | Type | Description | 
|---|---|---|
| orders | int | If it’s less than zero, sets the shape to back. If it’s greater than zero, brings the shape to front. | 
Example
shape.to_front_or_back(2)
See Also
- module aspose.cells.drawing
- class SmartArtShape