Top "Mvvm-foundation" questions

MVVM Foundation is a library of classes that are very useful when building applications based on the Model-View-ViewModel philosophy.

Creating a clickable image in WPF

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-image
Draw rectangle when mouse dragged using MVVM in WPF

Below 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