send_backward method

send_backward()

Moves the shape back one position in the z-order.

def send_backward(self):
    ...

See Also