Windows Presentation Foundation WPF 4.0 TUTORIALS, Windows Presentation Foundation WPF 4.5 TUTORIALS,WPF basics, WPF Threading,WPF CONTROLS, WPF XML,WPF and DATABASE,
WPF and Graphs
b
Friday, 18 January 2013
string to color converter wpf C#
string to color converter wpf
Add System.Windows.Media;
Color newColor = (Color)ColorConverter.ConvertFromString("Red");
No comments:
Post a Comment