Back to Devexpress

LinearScaleBackgroundLayer Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-00f23286.md

latest2.8 KB
Original Source

LinearScaleBackgroundLayer Class

Represents the base class for background layers within linear gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class LinearScaleBackgroundLayer :
    LayerComponent<LinearScaleBackgroundLayerProvider>,
    ILinearScaleBackgroundLayer,
    IScaleBackgroundLayer,
    ILayer<BackgroundLayerShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    IScaleComponent,
    ISupportLockUpdate,
    ILinearScaleComponent,
    ISupportAssign<LinearScaleBackgroundLayer>
vb
Public Class LinearScaleBackgroundLayer
    Inherits LayerComponent(Of LinearScaleBackgroundLayerProvider)
    Implements ILinearScaleBackgroundLayer,
               IScaleBackgroundLayer,
               ILayer(Of BackgroundLayerShapeType),
               IPrimitive,
               IBaseObject,
               IDisposable,
               IScaleComponent,
               ISupportLockUpdate,
               ILinearScaleComponent,
               ISupportAssign(Of LinearScaleBackgroundLayer)

Implements

IXtraSerializable

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 LinearScaleBackgroundLayerComponent

See Also

LinearScaleBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace