I have made a custom error message box for my project. In the View for this, I have an image which should be used for message type (Error, Info, Warn, etc.) which Windows already has built-in images for. Is there a way I can use these images via setting the source property in XAML programatically?
(I have been using this guide for making the box, if it helps)