Skip to main content

LinearGaugeLayerCollection Class

A collection that stores the layers of a particular linear gauge.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class LinearGaugeLayerCollection :
    GaugeLayerCollection<LinearGaugeLayer>

The following members return LinearGaugeLayerCollection objects:

Remarks

Each linear gauge can hold a collection of layers returned by the LinearGauge.Layers property and represented by the LinearGaugeLayerCollection class. Each collection item is an instance of the LinearGaugeLayer class and can be accessed via the Item property of a LinearGaugeLayerCollection object.

For more information on layers, refer to the Layers (Linear Scale) document.

See Also