Skip to main content
A newer version of this page is available. .

BaseLeafPrimitive.ZOrder Property

Gets or sets the Z-Order of the object.

Namespace: DevExpress.XtraGauges.Core.Primitive

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

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
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.

See Also