Vcl.ExtCtrls.TCustomCategoryPanelGroup.HeaderStyle
Delphi
property HeaderStyle: THeaderStyle read FHeaderStyle write SetHeaderStyle default hsGradient;
C++
__property THeaderStyle HeaderStyle = {read=FHeaderStyle, write=SetHeaderStyle, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | TCustomCategoryPanelGroup |
Description
Specifies the appearance of the headers of the the category panels.
Use HeaderStyle to determine the appearance of headers of the category panels in the category panel group.
| 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. |