Skip to main content

GaugeOptionsBase.ZIndex Property

Gets or sets the z-index of the object.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Int32

A Int32 object.

See Also