Vcl.ExtCtrls.TCustomCategoryPanelGroup.GradientColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientColor: TColor read FGradientColor write SetGradientColor default $C0C0C0;

C++

__property System::Uitypes::TColor GradientColor = {read=FGradientColor, write=SetGradientColor, default=12632256};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanelGroup

Description

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

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.

See Also