Search
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

A Microsoft.Maui.Graphics.Color that represents the background color of this brush.

 See Also