Gradient  
Set the Gradient of the Commander background.

Example:
  with TeeCommander1.Gradient do
  begin
    StartColor := clwhite;
    EndColor := clGrayText;
    MidColor := RGB(255,255,128);
    Visible:= true;
  end;