SolidBrush

A single flat color.
public sealed class SolidBrush(Color color) : Brush

Constructors

Initializes a new instance of the SolidBrush class.

public SolidBrush(
  Color color)
ParameterSummary
Color colorThe color painted.

Properties

Color

The color painted.

Type: Color

public Color Color { get; }