Skip to main content

ArcScaleNeedle.Options Property

Gets or sets the options that allow you to customize the needle‘s shape and position on a Circular scale.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public ArcScaleNeedleOptions Options { get; set; }

#Property Value

Type Description
ArcScaleNeedleOptions

An ArcScaleNeedleOptions object that contains the settings for the needle.

#Remarks

Use the ArcScaleNeedleOptions object returned by the Options property to customize different needle settings (e.g., the ArcScaleNeedleOptions.StartOffset and ArcScaleNeedleOptions.EndOffset properties to set the required position of the Needle on a Circular scale).

See Also