I am creating an application using WPF that will be a constructor of various types, that is, the user can drag and drop user interface elements into the canvas and be able to customize their behavior through properties.
(Think of it as a PowerPoint PowerPoint that you can specify in the domain. You can add elements to the presentation, adjust the properties of the elements, and then ultimately you can launch the βslide showβ and these elements will behave according to their properties)
So, in my application, the best way to show and set element properties? Can I use the properties dialog box control? (similar to how in Visual Studio for controls)
David A.
source share