FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.1.11" />

.NET API 15,735,296 bytes

 HatchFill

public class HatchFill : FillBase
Class represents the hatch fill.
public Color BackColor { get; set; }

Gets or sets the background color.

public Color ForeColor { get; set; }

Gets or sets the foreground color.

public HatchStyle Style { get; set; }

Gets or sets the hatch style.

public HatchFill()

Initializes the HatchFill class with default settings.

public HatchFill(Color foreColor, Color backColor, HatchStyle style)

Initializes the HatchFill class with foreground, background colors and hatch style.