ArcScaleNeedleOptions Class
Contains layout options for arc scale needles.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Related API Members
The following members return ArcScaleNeedleOptions objects:
Remarks
The options provided by an ArcScaleNeedleOptions instance can be accessed via the ArcScaleNeedle.Options property of an ArcScaleNeedle object.
To define the layout of the arc scale needles, use the GaugeOptionsBase.ZIndex, ArcScaleNeedleOptions.StartOffset and ArcScaleNeedleOptions.EndOffset properties.
For more information on needles, refer to the Needle (Circular Scale) document.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
GaugeElement
BaseGaugeNotificationElement
GaugeOptionsBase
ArcScaleNeedleOptions
See Also