ArcScaleIndicator Class
In This Article
A class that specifies value indicators of a circular scale.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
public abstract class ArcScaleIndicator :
ValueIndicatorBase
#Remarks
The ArcScaleIndicator class serves as the base for all other classes that store value indicators of the circular scale (e.g,. the ArcScaleMarker class returned by the ArcScale.Markers property, etc.)
#Inheritance
Show 13 items
Object
DependencyObject
Windows.UI.Xaml.UIElement
See Also