Search
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

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

 See Also