Vcl.Grids.TCustomGrid.GradientStartColor
Delphi
property GradientStartColor: TColor read FGradientStartColor
C++
__property System::Uitypes::TColor GradientStartColor = {read=FGradientStartColor, write=SetGradientStartColor, default=16777215};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | protected | Vcl.Grids.pas Vcl.Grids.hpp |
Vcl.Grids | TCustomGrid |
Beschreibung
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.