Back to Devexpress

ArcScaleEffectLayerComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-54052208.md

latest3.0 KB
Original Source

ArcScaleEffectLayerComponent Class

Represents an effect 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 ArcScaleEffectLayerComponent :
    ArcScaleEffectLayer,
    ISupportInitialize,
    IBindableComponent,
    IComponent,
    IDisposable,
    ICustomizationFrameClient,
    ISupportCustomizeAction,
    ISupportVisualDesigning,
    ISupportPropertyGridWrapper,
    ISupportAssign<ArcScaleEffectLayerComponent>
vb
Public Class ArcScaleEffectLayerComponent
    Inherits ArcScaleEffectLayer
    Implements ISupportInitialize,
               IBindableComponent,
               IComponent,
               IDisposable,
               ICustomizationFrameClient,
               ISupportCustomizeAction,
               ISupportVisualDesigning,
               ISupportPropertyGridWrapper,
               ISupportAssign(Of ArcScaleEffectLayerComponent)

The following members return ArcScaleEffectLayerComponent 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.ArcScaleEffectLayerProvider> DevExpress.XtraGauges.Core.Model.LayerComponent<DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayerProvider> ArcScaleEffectLayer ArcScaleEffectLayerComponent

See Also

ArcScaleEffectLayerComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace