Vcl.Grids.TCustomGrid.GradientEndColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property GradientEndColor: TColor read FGradientEndColor  write SetGradientEndColor stored IsGradientEndColorStored;

C++

__property System::Uitypes::TColor GradientEndColor = {read=FGradientEndColor, write=SetGradientEndColor, stored=IsGradientEndColorStored, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Beschreibung

Legt die Endfarbe des Farbverlaufs fest.

GradientEndColor legt die Endfarbe des Farbverlaufs fest. GradientEndColor 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