[]
        
(Showing Draft Content)

C1.Blazor.Gauge.GaugeRangeCollection

GaugeRangeCollection Class

Collection of GaugeRange.

Inheritance
GaugeRangeCollection
Namespace: C1.Blazor.Gauge
Assembly: C1.Blazor.Gauge.dll
Syntax
public class GaugeRangeCollection : C1DataCollectionList<GaugeRange>, IList<GaugeRange>, ICollection<GaugeRange>, IList, ICollection, IReadOnlyList<GaugeRange>, IReadOnlyCollection<GaugeRange>, IEnumerable<GaugeRange>, IEnumerable, INotifyCollectionChanged, IDisposable
Public Class GaugeRangeCollection
    Inherits C1DataCollectionList(Of GaugeRange)
    Implements IList(Of GaugeRange), ICollection(Of GaugeRange), IList, ICollection, IReadOnlyList(Of GaugeRange), IReadOnlyCollection(Of GaugeRange), IEnumerable(Of GaugeRange), IEnumerable, INotifyCollectionChanged, IDisposable

Methods

Name Description
Dispose(bool)

Called to dispose resources.

Events

Name Description
RangePropertyChanged

Occurs when a property of a range changes.