RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.GradientDirection Property

Specifies the direction of gradient fill for the category object.

Pascal
property GradientDirection: TGradientDirection;
C++
__property TGradientDirection GradientDirection;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!