|
|
|
| acHeaderPanel component as sub-property of BackgroundHeader structure.
|
| type
|
| TacGradientDirection = (gdVertical, gdHorizontal, gdCentral);
|
|
|
| property GradientDirection: TacGradientDirection;
|
| Specifies the direction of the gradient effect. Direction can be vertical, horizontal or central. To specify the colors for gradient effect use GradientColor1 and GradientColor2 properties.
|
| GradientDirection = gdVertical
|
|
|
|
| GradientDirection = gdHorizontal
|
|
|
|
| GradientDirection = gdCentral
|
|
| GradientColor1, GradientColor2 and Kind properties.
|