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.WinUI.Gauges

Assembly: DevExpress.WinUI.Gauges.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

[DP(null, Handler = "OptionsPropertyChanged")]
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