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
| Name | Description |
|---|---|
| SolidColorBrush() | |
| SolidColorBrush(Color) |
SolidColorBrush()
public:
SolidColorBrush();
SolidColorBrush();
public SolidColorBrush();
function SolidColorBrush()
Public Sub New ()
Applies to
SolidColorBrush(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