Vcl.CategoryButtons.TCategoryButtons.GradientDirection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientDirection: TGradientDirection read FGradientDirection write SetGradientDirection default gdHorizontal;

C++

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

Properties

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

Description

Specifies the direction of gradient fill for the category object.

There are three primary objects that take color in the category buttons control. The first object is the container itself, which takes a background gradient. The second object is the category, which appears as a rounded rectangle within the container. The category also takes a gradient. The third object is an individual button, which appears as a rectangle in the category. The button takes a solid color.

GradientDirection applies to the category.