Back to Devexpress

LinearScaleEffectLayer Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-4dc14445.md

latest2.7 KB
Original Source

LinearScaleEffectLayer Class

Represents the base class for effect layers within linear gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class LinearScaleEffectLayer :
    LayerComponent<LinearScaleEffectLayerProvider>,
    ILinearScaleEffectLayer,
    IScaleEffectLayer,
    ILayer<EffectLayerShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    IScaleComponent,
    ISupportLockUpdate,
    ILinearScaleComponent,
    ISupportAssign<LinearScaleEffectLayer>
vb
Public Class LinearScaleEffectLayer
    Inherits LayerComponent(Of LinearScaleEffectLayerProvider)
    Implements ILinearScaleEffectLayer,
               IScaleEffectLayer,
               ILayer(Of EffectLayerShapeType),
               IPrimitive,
               IBaseObject,
               IDisposable,
               IScaleComponent,
               ISupportLockUpdate,
               ILinearScaleComponent,
               ISupportAssign(Of LinearScaleEffectLayer)

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 BaseScaleComponent BaseScaleDependentComponent<DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayerProvider> DevExpress.XtraGauges.Core.Model.LayerComponent<DevExpress.XtraGauges.Core.Model.LinearScaleEffectLayerProvider> LinearScaleEffectLayer LinearScaleEffectLayerComponent

See Also

LinearScaleEffectLayer Members

DevExpress.XtraGauges.Core.Model Namespace