ImageGear for .NET
moveBackward Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > Mark Class : moveBackward Method

Glossary Item Box

Moves the mark one slot toward the bottom of the Z-order.

Syntax

ASP.NET Ajax Javascript (Specification) 
function moveBackward() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMark.moveBackward();

Remarks

This function moves the mark one slot toward the bottom of the Z-order. When they overlap, marks that are higher in the Z-order are drawn over marks that are lower. You can use ArtPage.reorderMark for the same purpose, but this function is often more convenient.

Because the ordering is stored in an ArtPage, you can only reorder a mark when it is associated with an ArtPage.

See Also

©2013. Accusoft Corporation. All Rights Reserved.