[]
Represents the brush which draw with HatchStyle
public sealed class HatchBrush : Brush, IDisposable, ICloneable
| Name | Description |
|---|---|
| HatchBrush(HatchStyle) | Initialize a new instance of the HatchBrush class |
| HatchBrush(HatchStyle, Color) | Initialize a new instance of the HatchBrush class |
| HatchBrush(HatchStyle, Color, Color) | Initialize a new instance of the HatchBrush class |
| Name | Description |
|---|---|
| BackgroundColor | Gets or sets the color of this HatchBrush object. |
| ForegroundColor | Gets or sets the color of this HatchBrush object. |
| Style | Gets or sets the style of the HatchBrush. |
| Name | Description |
|---|---|
| Clone() | Create a HatchBrush that has the same style as this brush. |