SolidColorBrush Constructor (Color) |
Initializes a new instance of the SolidColorBrush class with the specified
Color.
Namespace: Windows.UI.Xaml.MediaAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public SolidColorBrush(
Color color
)
Parameters
- color
- Type: Windows.UIColor
The color to apply to the brush.
See Also