windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-39e0e34e.md
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
public class ArcScaleStateIndicatorComponent :
ScaleStateIndicator,
ISupportInitialize,
IBindableComponent,
IComponent,
IDisposable,
ICustomizationFrameClient,
ISupportCustomizeAction,
ISupportVisualDesigning,
ISupportPropertyGridWrapper,
ISupportAssign<ArcScaleStateIndicatorComponent>
Public Class ArcScaleStateIndicatorComponent
Inherits ScaleStateIndicator
Implements ISupportInitialize,
IBindableComponent,
IComponent,
IDisposable,
ICustomizationFrameClient,
ISupportCustomizeAction,
ISupportVisualDesigning,
ISupportPropertyGridWrapper,
ISupportAssign(Of ArcScaleStateIndicatorComponent)
The following members return ArcScaleStateIndicatorComponent objects:
See Analog Gauges to learn more.
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