In the previous recipe, we learnt about Live Visual Tree, which is used to get a real-time view of your running XAML code by inspecting the visual elements. Visual Studio 2015 and above also provide a Live Property Explorer window, which allows you to temporarily modify the XAML properties at runtime to see the visual effect.
In this recipe, we will learn about Live Property Explorer. We will use Visual Studio 2017 to demonstrate it.