ChangeToColorConverter
StockSharp.Xaml.Converters.Maui
Converts positive/negative decimal to color.
Implements: IValueConverter
Properties
NegativeColor : Color
Negative change color.
NeutralColor : Color
Neutral (zero) color.
PositiveColor : Color
Positive change color.
Fields
Instance : ChangeToColorConverter
Singleton instance with default colors.