SolidBrush

SolidBrush class

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

public class SolidBrush : Brush

Constructors

Name Description
SolidBrush() Initializes a new instance of the SolidBrush class with default values.
SolidBrush(Color) Initializes a new instance of the SolidBrush class.

Properties

Name Description
Color { get; set; } Gets or sets color of solid brush.

See Also