MindFusion.Charting for WebForms Programmer's Guide
HatchBrush.BackgroundColor Property
See Also
 



Gets or sets the color of spaces between the hatch lines drawn by this brush.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Color BackgroundColor { get; set; }

Visual Basic  Copy Code

Public Property BackgroundColor As Color

 Property Value

An instance of the .NET Color structure that represents the background color of this brush.

 See Also

HatchBrush Members
HatchBrush Class
MindFusion.Drawing Namespace