Vcl.Grids.TDrawGrid.GradientStartColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GradientStartColor: TColor read FGradientStartColor write SetGradientStartColor default 16777215;

C++

__property GradientStartColor = {default=16777215};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TDrawGrid

Beschreibung

Legt die Startfarbe des Farbverlaufs fest.

Vcl.Grids.TDrawGrid.GradientStartColor erbt von Vcl.Grids.TCustomGrid.GradientStartColor. Der folgende Inhalt bezieht sich auf Vcl.Grids.TCustomGrid.GradientStartColor.

Legt die Startfarbe des Farbverlaufs fest.

GradientStartColor legt die Startfarbe des Farbverlaufs fest. GradientStartColor wird verwendet, wenn der Wert von DrawingStyle gdsGradient ist. GradientEndColor und GradientStartColor definieren den Farbbereich für das Zeichnen einzelner Zellen im Gitter-Steuerelement.

Siehe auch