ppsGrid Class Library
BackColorCellGradient Property
NamespacesppsGridGridRowBackColorCellGradient
ppsGrid (c] 2004-2007 by Torsten Oberprieler
Ruft die zweite Hintergrundfarbe der Zeile ab oder legt diese fest.
Declaration Syntax
C#Visual BasicVisual C++
public Color BackColorCellGradient{ get; set;}
Public Property BackColorCellGradient As Color
public:
property Color BackColorCellGradient {
	Color get ();
	void set (Color value);
}
Remarks
Diese Eigenschaft ist ambient. Die Berechnung der zweiten Hintergrundfarbe für den Farbverlaub einer Zeile wird durch die Objekte Grid, GridCol, GridRow und GridCell sowie den Eigenschaften BackColorRowAlternate und BackColorColAlternate bestimmt.

Weitere Informationen finden Sie unter BackColorCellGradient
Examples
Beispiele:
CopyC#
grid.BackColorCellGradient = Color.Blue;
grid.BackColorCellGradient = Color.FromKnownColor(KnownColor.ActiveBorder);
grid.BackColorCellGradient = Color.Empty;
See Also

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0