MVVM Foundation is a library of classes that are very useful when building applications based on the Model-View-ViewModel philosophy.
I want to make a user control that shows an image and can invoke a command when clicked. Later I …
wpf mvvm mvvm-foundation clickable-imageBelow is my xaml. I have an image inside a canvas. I want to draw rectangle on the image when …
c# .net wpf mvvm mvvm-foundation