Vcl.ValEdit.TValueListEditor.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor write SetGradientStartColor default 16777215;

C++

__property GradientStartColor = {default=16777215};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ValEdit.pas
Vcl.ValEdit.hpp
Vcl.ValEdit TValueListEditor

Description

Determines the starting gradient color.

Vcl.ValEdit.TValueListEditor.GradientStartColor inherits from Vcl.Grids.TCustomGrid.GradientStartColor. All content below this line refers to Vcl.Grids.TCustomGrid.GradientStartColor.

Determines the starting gradient color.

GradientStartColor determines the starting gradient color. GradientStartColor is used when the value of DrawingStyle is gdsGradient. GradientEndColor and GradientStartColor define a color range used when drawing individual cells within the grid control.

See Also