Procedure MoveFront moves the selected objects to the front (top) of the onscreen object stacking order.
PROCEDURE MoveFront;def vs.MoveFront():
return NoneMoveFront;import vs
# Procedure MoveFront moves the selected objects to the front (top) of the
# onscreen object stacking order.
vs.MoveFront()Availability: from All Versions