Skip to main content

CircularGauge.Markers Property

Provides access to the marker collection 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 ArcScaleMarkerComponentCollection Markers { get; }

Property Value

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

An ArcScaleMarkerComponentCollection object that represents the collection of marker objects.

Remarks

The collection’s elements are of the ArcScaleMarkerComponent type.

See Also