Back to Devexpress

DigitalBackgroundLayer Class

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

latest2.6 KB
Original Source

DigitalBackgroundLayer Class

Represents the base class for background layers within digital gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class DigitalBackgroundLayer :
    ScaleIndependentLayerComponent<DigitalBackgroundLayerProvider>,
    IDigitalBackgroundLayer,
    IDigitalLayer<DigitalBackgroundShapeSetType>,
    ILayer<DigitalBackgroundShapeSetType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportLockUpdate,
    ISupportAssign<DigitalBackgroundLayer>
vb
Public Class DigitalBackgroundLayer
    Inherits ScaleIndependentLayerComponent(Of DigitalBackgroundLayerProvider)
    Implements IDigitalBackgroundLayer,
               IDigitalLayer(Of DigitalBackgroundShapeSetType),
               ILayer(Of DigitalBackgroundShapeSetType),
               IPrimitive,
               IBaseObject,
               IDisposable,
               ISupportLockUpdate,
               ISupportAssign(Of DigitalBackgroundLayer)

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 DevExpress.XtraGauges.Core.Model.BaseScaleIndependentComponent<DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayerProvider> DevExpress.XtraGauges.Core.Model.ScaleIndependentLayerComponent<DevExpress.XtraGauges.Core.Model.DigitalBackgroundLayerProvider> DigitalBackgroundLayer DigitalBackgroundLayerComponent

See Also

DigitalBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace