Vcl.CategoryButtons.TCategoryButtons.BackgroundGradientDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundGradientDirection: TGradientDirection read FBackGradientDirection write SetBackGradientDirection default gdHorizontal;

C++

__property Vcl::Graphutil::TGradientDirection BackgroundGradientDirection = {read=FBackGradientDirection, write=SetBackGradientDirection, default=0};

Properties

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

Description

Direction of background gradient fill.

The following values are available:



Parameter Description

gdHorizontal

The gradient appears horizontally on the background of the container; default value.

gdVertical

The gradient appears vertically on the background of the container.