RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryPanelGroup.GradientBaseColor Property

Specifies the left or top color of the panel header in gradient style.

Pascal
property GradientBaseColor: TColor;
C++
__property TColor GradientBaseColor;

Use the GradientBaseColor property to select the base gradient color for the panel header when HeaderStyle is set to hsGradient. If GradientDirection is set to gdHorizontal, GradientBaseColor represents the left color of the header. If GradientDirection is set to gdVertical, GradientBaseColor represents the top color of the header. This property has no effect if HeaderStyle is set to something other than hsGradient 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!