[]
type HatchBrushProperties = object;
Provides settings for creating a brush with hatch style.
optional backColor?: Color;
The color of spaces between the hatch lines.
optional foreColor?: Color;
The color of hatch lines.
optional style?: HatchStyle;
The hatch style of the HatchBrush.