RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCategoryPanelGroup.GradientColor Property

Specifies the right or bottom color of the panel header in gradient style.

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

Use the GradientColor property to select the gradient color for the panel header when HeaderStyle is set to hsGradient. If GradientDirection is set to gdHorizontal, GradientColor represents the right color of the header. If GradientDirection is set to gdVertical, GradientColor represents the bottom 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!