Back to Devexpress

CircularGauge.Needles Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular-dot-circulargauge-1da762c5.md

latest1.6 KB
Original Source

CircularGauge.Needles Property

Provides access to the needle collection for the current gauge.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DXCategory("Appearance")]
public ArcScaleNeedleComponentCollection Needles { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Needles As ArcScaleNeedleComponentCollection

Property Value

TypeDescription
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

AddNeedle()

CircularGauge Class

CircularGauge Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace