Represents a range of values of type TValue with support for property change notifications. More...
| Properties | |
| TValue? | Start  [get, set] | 
| Gets or sets the start value of the range. | |
| TValue? | End  [get, set] | 
| Gets or sets the end value of the range. | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from ATAS.Indicators.NotifyPropertyChangedBase | |
| void | RaisePropertyChanged ([CallerMemberName] string? propertyName=null!) | 
| Raises the PropertyChanged event for the specified property name. | |
| void | SetProperty< TProperty > (ref TProperty store, TProperty value, [CallerMemberName] string? propertyName=null, Action? onChanged=null) | 
|  Events inherited from ATAS.Indicators.NotifyPropertyChangedBase | |
| PropertyChangedEventHandler? | PropertyChanged | 
| Event that is raised when a property value changes. | |
Represents a range of values of type TValue with support for property change notifications.
| TValue | The type of values the range can hold. | 
| 
 | getset | 
Gets or sets the end value of the range.
| 
 | getset | 
Gets or sets the start value of the range.