I have a viewmodel with Style type property and want to create sample data source to get view in designer. I use
Application.Current.FindResource("CustomStyle")to define property in code behind,
but how can i define this Style type property in my ViewModelSampleData.xaml?
I mean somthing like:
<MyNameSpace:MyViewModel MyCustomPropertyStyle="here some initialization for CustomStyle">