The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



ColorMin


Unit:SDL_progbar
Class:TProgBar
Declaration:property ColorMin: TColor;

The property ColorMin determines the color of the color bar. If the property ShowColorGradient is TRUE the progress bar is colored by a color gradient which starts with ColorMin and ends with ColorMax. If ShowColorGradient is FALSE the progress bar is colored by a uniform color determined by the property ColorMin.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): sdlprogbar



Last Update: 2023-Dec-14