Skip to main content

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

public class ArcScaleNeedleOptions :
    GaugeOptionsBase

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.

See Also