RadialGauge.Scales Property
In This Article
Gets the collection of RadialScale added to RadialGauge.
Namespace: DevExpress.Maui.Gauges
Assembly: DevExpress.Maui.Gauges.dll
NuGet Package: DevExpress.Maui.Gauges
#Declaration
C#
public ObservableCollection<RadialScale> Scales { get; }
#Property Value
Type | Description |
---|---|
Observable |
The collection of Radial |
See Also