SolidColorBrush Constructors

Definition

Overloads

SolidColorBrush()

Initializes a new instance of the SolidColorBrush class with no color.

SolidColorBrush(Color)

Initializes a new instance of the SolidColorBrush class with the specified Color.

SolidColorBrush()

Initializes a new instance of the SolidColorBrush class with no color.

public:
 SolidColorBrush();
 SolidColorBrush();
public SolidColorBrush();
function SolidColorBrush()
Public Sub New ()

See also

Applies to

SolidColorBrush(Color)

Initializes a new instance of the SolidColorBrush class with the specified Color.

public:
 SolidColorBrush(Color color);
 SolidColorBrush(Color const& color);
public SolidColorBrush(Color color);
function SolidColorBrush(color)
Public Sub New (color As Color)

Parameters

color
Color

The color to apply to the brush.

Applies to