[]
Encapsulates a Brush for painting background.
public interface IBrushProvider
| Name | Description |
|---|---|
| DisposeBrushAfterUse | Gets a value indicating if the brush obtained from the GetBrush(Rectangle) method should be disposed after use. |
| Name | Description |
|---|---|
| GetBrush(Rectangle) | Returns a brush for the specified rectangle. |
| GetBrushColor() | Returns a background color for hosted controls that don't support gradients. |