Vcl.ExtCtrls.TCustomCategoryPanelGroup.GradientDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientDirection: TGradientDirection read FGradientDirection write SetGradientDirection default gdVertical;

C++

__property Vcl::Graphutil::TGradientDirection GradientDirection = {read=FGradientDirection, write=SetGradientDirection, default=1};

Properties

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

Description

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