ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / Mark class / moveToFront Method

In This Topic
    moveToFront Method
    In This Topic
    Moves the mark to the top of the Z-order.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function moveToFront() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfMark.moveToFront();
    Remarks

    This function moves the mark to the top 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