Brush |
The BrushX type exposes the following members.
| Name | Description | |
|---|---|---|
| BackColor | Gets the background color of the brush. | |
| BrushType | Gets the brush type. | |
| Color | Gets the foreground color of the brush. | |
| DefaultHatchBrush | Gets the default hatch brush image. | |
| DefaultSyntheticBrush | Gets the default synthetic brush image. | |
| DefaultTextureBrush | Gets the default texture brush image. | |
| Empty | Gets an empty transparent brush. | |
| ExchangeColors | Gets a value indicating whether foreground and background colors are exchanged. | |
| GradientAngle | Gets the gradient angle in degrees. | |
| GradientColorScale | Gets the gradient color scale factor. | |
| GradientFocus | Gets the gradient focus value. | |
| IsInvisible | Returns true if the brush is invisible, i.e. is a solid and transparent brush. | |
| IsSolidBrush | Gets a value indicating whether this brush is a solid brush. | |
| IsVisible | Returns true if the brush is visible, i.e. is not a transparent brush. | |
| TextureImage | Gets the texture image used by texture-based brushes. | |
| TextureOffsetX | Gets the horizontal texture offset. | |
| TextureOffsetY | Gets the vertical texture offset. | |
| TextureScale | Gets the texture scaling mode. | |
| WrapMode | Gets the wrap mode used for texture-based brushes. |