Gets or sets the brushes used for filling vertical grid stripes in a custom grid.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public BrushCollection VertGridBrushes { get; set; } |
Visual Basic Copy Code |
---|
Public Property VertGridBrushes As BrushCollection |
An object of type MindFusion.Drawing.BrushCollection.
Vertical stripes and lines in custom grids are drawn when the VertGridPoints property is not an empty list. The grid lines are drawn with VertGridPens. The GridType should be set to GridType.Custom.
The respective properties for drawing horizontal grid stripes are HorGridPoints, HorGridPens and HorGridBrushes.
Default value for the VertGridBrushes property is an empty BrushCollection.