Search
HatchBrush.BackgroundColor Property
See Also
 






Gets 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 Color structure that represents the background color of this brush.

 See Also