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

CircularGaugeLayer Class

A layer of a Circular Gauge.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public class CircularGaugeLayer :
    GaugeLayerBase

Remarks

A layer specifies the appearance of the circular gauge. It is represented by a CircularGaugeLayer instance contained in the CircularGaugeLayerCollection object, which can be accessed via the CircularGauge.Layers property.

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

Inheritance

Show 11 items
Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
See Also