Gets or sets the brush used for filling odd grid stripes.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public Brush GridBrush { get; set; } |
Visual Basic Copy Code |
---|
Public Property GridBrush As Brush |
An instance of a Brush-derived class.
GridBrush is used for filling the odd grid stripes when the GridType is not GridType.None or GridType.Custom. The even grid stripes are filled with AltGridBrush. The grid stripes are drawn with the GridPen.
Grid stripes in custom grids are painted with HorGridBrushes and VertGridBrushes.
Default value for the GridBrush is null (no brush).