SolidColorBrush.fromString Method

Creates a solid color brush based on a color parsed from a string.
 
 
Static This method is static.

Parameters

coolorString

Type: String
The string to use to create the color.

Return Value


Type: SolidColorBrush
A solid color brush using the specified color or a default if it could not be parsed.