Vcl.Grids.TDrawGrid.GradientStartColor
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. {{#multireplace:Vcl.Grids.TDrawGrid.GradientStartColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.Grids.TCustomGrid.GradientStartColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.Grids.TCustomGrid.GradientStartColor|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
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.