I am building a UserControl
that has several DependencyProperties
that I use for the bindings of the XAML of the control.
When I work with MVVM I normally create a design time ViewModel, because I find that way it is easier to setup the layout of my Views without having to run the application.
Is there a way to set design time
data to my dependency properties in an UserControl?