SolidColorBrush Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.