Vcl.ExtCtrls.TCustomCategoryPanelGroup.GradientBaseColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientBaseColor: TColor read FGradientBaseColor write SetGradientBaseColor default $F0F0F0;

C++

__property System::Uitypes::TColor GradientBaseColor = {read=FGradientBaseColor, write=SetGradientBaseColor, default=15790320};

Properties

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

Description

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

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.

See Also