Vcl.ExtCtrls.TCategoryPanelGroup.GradientColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientColor: TColor read FGradientColor write SetGradientColor default 12632256;

C++

__property GradientColor = {default=12632256};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCategoryPanelGroup

Description

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

Vcl.ExtCtrls.TCategoryPanelGroup.GradientColor inherits from Vcl.ExtCtrls.TCustomCategoryPanelGroup.GradientColor. All content below this line refers to Vcl.ExtCtrls.TCustomCategoryPanelGroup.GradientColor.

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