API:Vcl.DBGrids.TDBGrid.GradientStartColor
Delphi
property GradientStartColor;
C++
__property GradientStartColor = {default=16777215};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | published | Vcl.DbGrids.pas Vcl.DBGrids.hpp |
Vcl.DBGrids | TDBGrid |
Beschreibung
Legt die Startfarbe des Farbverlaufs fest.
Vcl.DBGrids.TDBGrid.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.