SolidColorBrush Constructor (String)

Initializes a new instance of the SolidColorBrush class.

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public SolidColorBrush(
	string color
)

Parameters

color
Type: SystemString
The color.
See Also