Skip to main content

CircularGauge.SpindleCaps Property

Provides access to the collection of spindle caps for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[DXCategory("Appearance")]
public ArcScaleSpindleCapComponentCollection SpindleCaps { get; }

Property Value

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

An ArcScaleSpindleCapComponentCollection object that represents the collection of spindle caps.

Remarks

The collection’s elements are of the ArcScaleSpindleCapComponent type.

See Also