Dragging shapes with the mouse in WPF / MVVM
In a recent project I was interested in Dragging shapes with the mouse in a WPF / MVVM Visual Studio project. This post contains an example on how to drag a rectangle from from one canvas location to another using the WPF / MVVM architecture. This project uses Microsoft Visual Studio Community 2019. Step 1: …
Continue reading ‘Dragging shapes with the mouse in WPF / MVVM’ »