API:Vcl.DBGrids.TDBGrid.GradientStartColor
Delphi
property GradientStartColor;
C++
__property GradientStartColor = {default=16777215};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TDBGrid |
Description
Determines the starting gradient color.
Vcl.DBGrids.TDBGrid.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.