ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / IElement Interface / ZOrder Property

In This Topic
    ZOrder Property (IElement)
    In This Topic
    Gets the Z order of the element relative to its parent
    Syntax
    int ZOrder {get;}
    ReadOnly Property ZOrder As Integer

    Property Value

    O based Z order index
    Remarks
    A z-order of 0 is equivalent to the bottom. A z-order equal to the number of child elements (minus 1) is equivalent to the top (relative to its parent.)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also