Vcl.ExtCtrls.TCustomCategoryPanelGroup.THeaderStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

THeaderStyle = (hsGradient, hsImage, hsThemed);

C++

enum DECLSPEC_DENUM THeaderStyle : unsigned char { hsGradient, hsImage, hsThemed };

Properties

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

Description

Specifies the appearance of the headers of the the category panels.

THeaderStyle is the type of the HeaderStyle property for a category panel group. These are the possible values of the THeaderStyle type:



Value Meaning

hsGradient

Header is a gradient determined by the GradientBaseColor, GradientColor, and GradientDirection properties.

hsImage

Header is the stretched image defined by the HeaderImage property. If HeaderImage is undefined, the hsGradient style will be used instead.

hsThemed

Header is defined by the system's theme. If runtime themes aren't enabled or supported, the hsGradient style will be used instead.