Back to Devexpress

ArcScaleBackgroundLayerComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-75ecc347.md

latest3.1 KB
Original Source

ArcScaleBackgroundLayerComponent Class

Represents a background layer within circular gauges.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

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

The following members return ArcScaleBackgroundLayerComponent objects:

Remarks

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

See Also

ArcScaleBackgroundLayerComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace