Skip to main content

LinearGauge.Markers Property

Provides access to the marker 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 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