Skip to main content

BaseLeafPrimitive.ZOrder Property

Gets or sets the Z-Order of the object.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v23.2.Core.dll

NuGet Package: DevExpress.Gauges.Core

Declaration

[DefaultValue(0)]
public int ZOrder { get; set; }

Property Value

Type Default Description
Int32 0

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.

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.

See Also