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