Skip to main content

ScaleLabelOptions.ZIndex Property

Gets or sets the z-index of scale labels.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Int32

An integer value that is the z-index.

See Also