Skip to main content

ScaleCustomElementBase.ZIndex Property

Gets or sets the z-index of custom elements.

Namespace: DevExpress.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(30, Handler = "ZIndexPropertyChanged")]
public int ZIndex { get; set; }

Property Value

Type Description
Int32

A Int32 object.

See Also