Vcl.ExtCtrls.TControlBar.GradientEndColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientEndColor: TColor read FGradientEndColor write SetGradientEndColor stored IsGradientEndColorStored;

C++

__property GradientEndColor;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description

Stores the color that the gradient is painted with when it ends.

Vcl.ExtCtrls.TControlBar.GradientEndColor inherits from Vcl.ExtCtrls.TCustomControlBar.GradientEndColor. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.GradientEndColor.

Stores the color that the gradient is painted with when it ends.

Use this property to store the color that you want to use to end your drawing. (This blends with the start color.)