BaseLeafPrimitive.ZOrder Property
Gets or sets the Z-Order of the object.
Namespace: DevExpress.XtraGauges.Core.Primitive
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the Z-Order. Objects with higher Z-Orders are overlapped by objects with lower Z-Orders. |
Remarks
This property specifies the Z-Order for the BaseLeafPrimitive class descendants.
For more information, see Coordinate System.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ZOrder property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.