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

CircularGauge.SpindleCaps Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

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