Skip to main content
A newer version of this page is available. .

LinearScaleEffectLayer Class

Represents the base class for effect layers within linear gauges.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public class LinearScaleEffectLayer :
    LayerComponent<LinearScaleEffectLayerProvider>,
    ILinearScaleEffectLayer,
    IScaleEffectLayer,
    ILayer<EffectLayerShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    IScaleComponent,
    ISupportLockUpdate,
    ILinearScaleComponent,
    ISupportAssign<LinearScaleEffectLayer>

Implements

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
See Also