Skip to main content

LinearGaugeLayer Class

A layer of a Linear Gauge.

Namespace: DevExpress.WinUI.Gauges

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

NuGet Package: DevExpress.WinUI

Declaration

public class LinearGaugeLayer :
    GaugeLayerBase

Remarks

A layer specifies the appearance of a linear gauge. It is represented by a LinearGaugeLayer instance contained in the LinearGaugeLayerCollection object, which can be accessed via the LinearGauge.Layers property.

When a new layer is added to the linear gauge, it is painted behind all other elements, because by default, its GaugeOptionsBase.ZIndex is less than other elements. If you want to display the linear gauge layers in front of other scale elements, set their Zindex to a greater value.

See Also