Vcl.NumberBox.TCustomNumberBox.NegativeValueColor
Delphi
property NegativeValueColor: TColor
C++
__property System::Uitypes::TColor NegativeValueColor = {read=FNegativeValueColor, write=SetNegativeValueColor, default=536870911};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.NumberBox.pas Vcl.NumberBox.hpp |
Vcl.NumberBox | TCustomNumberBox |
Description
Specifies font color for negative values. Set to clNone to use the same color as for positive values.