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

LinearGaugeLayerCollection Class

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

Namespace: DevExpress.UI.Xaml.Gauges

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

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 LinearGaugeLayerCollection.Item property of a LinearGaugeLayerCollection object.

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

See Also