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

LinearScaleBackgroundLayer Class

Represents the base class for background layers within linear gauges.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v18.2.Core.dll

Declaration

public class LinearScaleBackgroundLayer :
    LayerComponent<LinearScaleBackgroundLayerProvider>,
    ILinearScaleBackgroundLayer,
    IScaleBackgroundLayer,
    ILayer<BackgroundLayerShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    IScaleComponent,
    ISupportLockUpdate,
    ILinearScaleComponent,
    ISupportAssign<LinearScaleBackgroundLayer>

Inheritance

Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseElement<DevExpress.XtraGauges.Core.Primitive.IRenderableElement>
DevExpress.XtraGauges.Core.Base.BaseLeaf<DevExpress.XtraGauges.Core.Primitive.IRenderableElement>
BaseLeafPrimitive
BaseScaleComponent
BaseScaleDependentComponent<DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayerProvider>
DevExpress.XtraGauges.Core.Model.LayerComponent<DevExpress.XtraGauges.Core.Model.LinearScaleBackgroundLayerProvider>
LinearScaleBackgroundLayer
See Also