Vcl.ExtCtrls.TCategoryPanelGroup.GradientDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientDirection: TGradientDirection read FGradientDirection write SetGradientDirection default 1;

C++

__property GradientDirection = {default=1};

Properties

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

Description

Specifies the direction of the gradient in the panel header.

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

Specifies the direction of the gradient in the panel header.

Use the GradientDirection property to select the direction of the gradient header of the category panels in the category panel group. The direction can either be horizontal or vertical. This property has no effect if HeaderStyle is set to something other than hsGradient.

See Also