Skip to main content
A newer version of this page is available. .

CircularGauge.Needles Property

Provides access to the needle collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[DXCategory("Appearance")]
public ArcScaleNeedleComponentCollection Needles { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleNeedleComponentCollection

An ArcScaleNeedleComponentCollection object that represents the collection of needle objects.

Remarks

The collection’s elements are of the ArcScaleNeedleComponent type.

See Also