Back to Devexpress

LinearScaleStateIndicatorComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-107a9bd4.md

latest2.8 KB
Original Source

LinearScaleStateIndicatorComponent Class

Represents a state indicator within linear gauges.

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

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

The following members return LinearScaleStateIndicatorComponent 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 DevExpress.XtraGauges.Core.Model.BaseScaleIndependentComponent<DevExpress.XtraGauges.Core.Model.BaseStateIndicatorProvider> StateIndicator DevExpress.XtraGauges.Core.Model.ScaleStateIndicator LinearScaleStateIndicatorComponent

See Also

LinearScaleStateIndicatorComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace