Gets or sets the brushes for filling horizontal stripes in custom grids.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public BrushCollection HorGridBrushes { get; set; } |
Visual Basic Copy Code |
---|
Public Property HorGridBrushes As BrushCollection |
An object of type MindFusion.Drawing.BrushCollection.
The GridType should be set to GridType.Custom and HorGridPoints should not be empty. If the brushes are less than the grid stripes to be filled, they are used in a cycle.
Default value for the HorGridBrushes property is an empty BrushCollection, in this case no stripes are drawn.