Skip to main content

LinearGauge.Indicators Property

Provides access to the state indicator collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[DXCategory("Appearance")]
public LinearScaleStateIndicatorComponentCollection Indicators { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleStateIndicatorComponentCollection

A LinearScaleStateIndicatorComponentCollection object that represents the collection of state indicator objects.

Remarks

The collection’s elements are of the LinearScaleStateIndicatorComponent type.

See Also