Vcl.CategoryButtons.TCategoryButtons.BackgroundGradientColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundGradientColor: TColor read FBackgroundGradientColor write SetBackgroundGradientColor default clNone;

C++

__property System::Uitypes::TColor BackgroundGradientColor = {read=FBackgroundGradientColor, write=SetBackgroundGradientColor, default=536870911};

Properties

Type Visibility Source Unit Parent
property published
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TCategoryButtons

Description

Specifies the color for the gradient fill of the category buttons' background.

Use BackgroundGradientColor to read or change the gradient color used to fill the category buttons' background color. The gradient can be set vertically or horizontally by changing the BackgroundGradientDirection property.

See Also