# HatchBrushProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / HatchBrushProperties

# Type Alias: HatchBrushProperties

> **HatchBrushProperties** = `object`

Provides settings for creating a brush with hatch style.

## Properties

### backColor?

> `optional` **backColor**: [`Color`](Color)

The color of spaces between the hatch lines.

***

### foreColor?

> `optional` **foreColor**: [`Color`](Color)

The color of hatch lines.

***

### style?

> `optional` **style**: [`HatchStyle`](../enumerations/HatchStyle)

The hatch style of the [HatchBrush](../classes/HatchBrush).
