[]
Collection of GaugeRange.
public class GaugeRangeCollection : ObservableCollection<GaugeRange>, IList<GaugeRange>, ICollection<GaugeRange>, IList, ICollection, IReadOnlyList<GaugeRange>, IReadOnlyCollection<GaugeRange>, IEnumerable<GaugeRange>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Name | Description |
---|---|
IsReadOnly | Gets a value indicating whether is possible to modify this collection. |
Name | Description |
---|---|
ClearItems() | Clears the ranges. |
InsertItem(int, GaugeRange) | Inserts the range in the collection. |
MoveItem(int, int) | Moves the range from oldIndex to newIndex. |
OnCollectionChanged(NotifyCollectionChangedEventArgs) | Raises the CollectionChanged event. |
RemoveItem(int) | Removes the range. |
SetItem(int, GaugeRange) | Sets the range. |
Name | Description |
---|---|
RangePropertyChanged | Occurs when a property of a range changes. |