Vcl.ExtCtrls.TControlBar.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor write SetGradientStartColor default -16777211;

C++

__property GradientStartColor = {default=-16777211};

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 starts.

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

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

Use this property to store the color that you want to use to initialize the drawing.