SolidColorBrush Constructor (String) |
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic SolidColorBrush(
string color
)
Public Sub New (
color As String
)
public:
SolidColorBrush(
String^ color
)
new :
color : string -> SolidColorBrushParameters
- color
- Type: SystemString
The color.
See Also