Gets or sets the fill brush of the grid stripes.
Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush GridFillBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridFillBrush As Brush |
An instance of the Brush class.
See Also