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

LinearGauge.Markers Property

Provides access to the marker collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

Declaration

[DXCategory("Appearance")]
public LinearScaleMarkerComponentCollection Markers { get; }

Property Value

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

A LinearScaleMarkerComponentCollection object that represents the collection of marker objects.

Remarks

The collection’s elements are of the LinearScaleMarkerComponent type.

See Also