I have some shapes on an WPF in VB.Net. I added a handler, so I'm able to delete or edit the shapes with my controls. For that I added an combobox where I wanna display all Windows.Media.Brushes so I can select one and add the color to the shape.
My Question: - How can I add all names of the Windows.Media.Brushes to a combobox? - How to coverte the names later back to a brush?
Best Regards, Stan