Moves an object down in the Z-order of the list.
AnnBatesElementCollection.prototype.sendToBack = function(annBatesElement, last) sendToBack(annBatesElement: IAnnBatesElement, last: boolean): void; annBatesElement
Object to move.
last
true to send the object to the bottom of the Z-order; false to send the object down one level only.