Converts the specified string value to Color.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public static Brush ToBrush ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToBrush( _ |
The string value to convert from.
A System.Windows.Media.Brush object deserialized from the specified string.
See Also