MindFusion.Charting Programmer's Guide
HatchBrush.ForegroundColor Property
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public Color ForegroundColor { get; set; }

Visual Basic  Copy Code

Public Property ForegroundColor As Color

 Property Value

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

 See Also

HatchBrush Members
HatchBrush Class
MindFusion.Drawing Namespace