Back to Devexpress

ArcScaleBackgroundLayer Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-fb9f316c.md

latest2.8 KB
Original Source

ArcScaleBackgroundLayer Class

Represents the base class for background layers within circular gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class ArcScaleBackgroundLayer :
    LayerComponent<ArcScaleBackgroundLayerProvider>,
    IArcScaleBackgroundLayer,
    IScaleBackgroundLayer,
    ILayer<BackgroundLayerShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    IScaleComponent,
    ISupportLockUpdate,
    IArcScaleComponent,
    ISupportAssign<ArcScaleBackgroundLayer>
vb
Public Class ArcScaleBackgroundLayer
    Inherits LayerComponent(Of ArcScaleBackgroundLayerProvider)
    Implements IArcScaleBackgroundLayer,
               IScaleBackgroundLayer,
               ILayer(Of BackgroundLayerShapeType),
               IPrimitive,
               IBaseObject,
               IDisposable,
               IScaleComponent,
               ISupportLockUpdate,
               IArcScaleComponent,
               ISupportAssign(Of ArcScaleBackgroundLayer)

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.ArcScaleBackgroundLayerProvider> DevExpress.XtraGauges.Core.Model.LayerComponent<DevExpress.XtraGauges.Core.Model.ArcScaleBackgroundLayerProvider> ArcScaleBackgroundLayer ArcScaleBackgroundLayerComponent

See Also

ArcScaleBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace