Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Creating a ThemePack
posted

I've followed the guide "Creating a ThemePack" to create a WPF themepack. However, I also want to include styles for some .NET WPF controls in my themepack. How can I define the myStyleGroup_ResourceSets class as it's not derived from either DataPresenterResourceSet<DataPresenter.Locator>, EditorsResourceSet<Editors.Locator>  or  PrimitivesResourceSet<Primitives.Locator>?

Thank you!