Vcl.Grids.TCustomGrid.GradientStartColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GradientStartColor: TColor read FGradientStartColor  write SetGradientStartColor default clWhite;

C++

__property System::Uitypes::TColor GradientStartColor = {read=FGradientStartColor, write=SetGradientStartColor, default=16777215};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

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