How can I get a color from a hexadecimal color code (e.g. #FFDFD991)?
#FFDFD991
I am reading a file and am getting a hexadecimal color code. I need to create the
You can see Silverlight/WPF sets ellipse with hexadecimal colour for using a hex value:
your_contorl.Color = DirectCast(ColorConverter.ConvertFromString("#D8E0A627"), Color)