Gets or sets the Brush that is used to paint the lines between frozen and scrollable areas of the grid.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

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

See Also