DrawingHatchBrush Class Properties
In This Topic
For a list of all properties of this type, see
DrawingHatchBrush.
Public Properties
| | Name | Description |
 | BackgroundColor | Gets the background color of this brush. |
 | ForegroundColor | Gets the foreground color of this brush. |
 | HatchStyle | Gets the hatch style of the brush. |
 | Image | Gets an image, which is associated with this image brush. |
 | IsDrawnInDeviceSpace | Gets or sets a value indicating whether this brush is used in device space. |
 | Source | Gets the source brush. |
 | TileMode | Gets or sets the tile mode of this image brush. |
 | Transform | Gets or sets the copy of transform, which defines a local geometric transformation for the image associated with this image brush. |
See Also