| 
 
| Unit: | SDL_gauge |  
| Class: | TScaleGauge |  
| Declaration: | property ColorScheme: TColorScheme; |  The property ColorScheme determines which colors are used to draw the inner and outer frame of the gauge. This property is important in cases where the Windows system colors differ from the standard color set-up. The user should try out which of the color schemes fills his/her needs. The  ColorScheme property can take two values:
 
 
| csBWG | The frame is drawn by a black-white-gray scheme. |  
| csSystem | The frame is drawn by the system colors clBtnHighlight, clBtnFace, and clBlack. |  
 
 |