I'm making an application in WPF (C# y XAML)
.
I used these instructions to import an image to Visual Studio
: which I then want to show in a part of the application.
link
Now, what I want to achieve is to manipulate this image from the code, instead of referencing it from the pure%% co, as it appears in this image:
How do I do it?
Maybe my question is very obvious or simple, but I do not find anywhere to do this.
Thank you very much!