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

ZOrder Property (IElement)
Gets the Z order of the element relative to its parent
Syntax
int ZOrder {get;}

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