Back to Devexpress

DigitalBackgroundLayerComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-digital-2da0910f.md

latest2.9 KB
Original Source

DigitalBackgroundLayerComponent Class

Represents a background layer within digital gauges.

Namespace : DevExpress.XtraGauges.Win.Gauges.Digital

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public class DigitalBackgroundLayerComponent :
    DigitalBackgroundLayer,
    ISupportInitialize,
    IBindableComponent,
    IComponent,
    IDisposable,
    ICustomizationFrameClient,
    ISupportCustomizeAction,
    ISupportVisualDesigning,
    ISupportPropertyGridWrapper,
    ISupportAssign<DigitalBackgroundLayerComponent>
vb
Public Class DigitalBackgroundLayerComponent
    Inherits DigitalBackgroundLayer
    Implements ISupportInitialize,
               IBindableComponent,
               IComponent,
               IDisposable,
               ICustomizationFrameClient,
               ISupportCustomizeAction,
               ISupportVisualDesigning,
               ISupportPropertyGridWrapper,
               ISupportAssign(Of DigitalBackgroundLayerComponent)

The following members return DigitalBackgroundLayerComponent objects:

Remarks

See Digital Gauges to learn more.

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

DigitalBackgroundLayerComponent Members

DevExpress.XtraGauges.Win.Gauges.Digital Namespace