SolidBrush class

SolidBrush class

Represents solid brush. It could be used instead background color property.

Inheritance: SolidBrushBrush

The SolidBrush type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the SolidBrush class with default values.
init Initializes a new instance of the SolidBrush class.

Properties

Property Description
color Gets or sets color of solid brush.

See Also