Back to Devexpress

ArcScaleStateIndicatorComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-39e0e34e.md

latest2.8 KB
Original Source

ArcScaleStateIndicatorComponent Class

Represents a state indicator 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 ArcScaleStateIndicatorComponent :
    ScaleStateIndicator,
    ISupportInitialize,
    IBindableComponent,
    IComponent,
    IDisposable,
    ICustomizationFrameClient,
    ISupportCustomizeAction,
    ISupportVisualDesigning,
    ISupportPropertyGridWrapper,
    ISupportAssign<ArcScaleStateIndicatorComponent>
vb
Public Class ArcScaleStateIndicatorComponent
    Inherits ScaleStateIndicator
    Implements ISupportInitialize,
               IBindableComponent,
               IComponent,
               IDisposable,
               ICustomizationFrameClient,
               ISupportCustomizeAction,
               ISupportVisualDesigning,
               ISupportPropertyGridWrapper,
               ISupportAssign(Of ArcScaleStateIndicatorComponent)

The following members return ArcScaleStateIndicatorComponent 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 ArcScaleStateIndicatorComponent

See Also

ArcScaleStateIndicatorComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace