Click or drag to resize
SolidColorBrush Constructor (Color)
Initializes a new instance of the SolidColorBrush class with the specified Color.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public SolidColorBrush(
	Color color
)

Parameters

color
Type: Windows.UIColor
The color to apply to the brush.
See Also