Back to Devexpress

DigitalEffectLayerComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-digital-ff4e6d9b.md

latest2.8 KB
Original Source

DigitalEffectLayerComponent Class

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

The following members return DigitalEffectLayerComponent 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.DigitalEffectLayerProvider> DevExpress.XtraGauges.Core.Model.ScaleIndependentLayerComponent<DevExpress.XtraGauges.Core.Model.DigitalEffectLayerProvider> DigitalEffectLayer DigitalEffectLayerComponent

See Also

DigitalEffectLayerComponent Members

DevExpress.XtraGauges.Win.Gauges.Digital Namespace