Gets or sets the Brush used to paint the background of cells in this row/column.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public Brush Background { get; set; }
Visual Basic
Public Property Background As Brush
	Get
	Set

See Also