[]
Represents a solid color brush.
public class SolidBrush : Brush
Public Class SolidBrush
Inherits Brush
Name | Description |
---|---|
SolidBrush(Color) | Initializes a new instance of the SolidBrush class. |
Name | Description |
---|---|
Color | Gets the color of this brush. |
Visible | Gets a value indicating whether the brush is actually visible. |
Name | Description |
---|---|
SameBrush(Brush) | Returns True if the specified brush is the same as the current brush. |