Vcl.Grids.TDrawGrid.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.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TDrawGrid

Description

Determines the ending gradient color.

Vcl.Grids.TDrawGrid.GradientEndColor inherits from Vcl.Grids.TCustomGrid.GradientEndColor. All content below this line refers to Vcl.Grids.TCustomGrid.GradientEndColor.

Determines the ending gradient color.

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

See Also