b

Friday, 18 January 2013

string to color converter wpf VB.NET

string to color converter wpf VB.NET

string to color converter wpf



          Add System.Windows.Media;


Dim newColor As Color = DirectCast(ColorConverter.ConvertFromString("Red"), Color)

         String to Color object converstion in WPF



1 comment: