Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 2.34 KB

for-wpf-vs-extensions-project-configuration.md

File metadata and controls

40 lines (27 loc) · 2.34 KB
title page_title description slug tags published position site_name
Configure Project
Configure Project
This article shows how to configure a Telerik project created with the Progress Telerik UI for WPF Extension.
radcontrols-for-wpf-vs-extensions-project-configuration
project,and,configuration
true
3
WPF

Configure Project

This article shows how to configure a Telerik project created with the Progress Telerik UI for WPF Extension.

You can access the Project Configuration Wizard through the Telerik menu when you need to configure your Telerik WPF application:

This wizard is currently not available for .NET 6 and later projects.

VSExtentions WPF Overview Menu Configure

The wizard could be also reached through the context menu counterparts accessed by right clicking on the project you want to convert.

The Project Configuration Wizard’s first page lets you specify which assemblies your project would use. When selecting a Telerik UI for WPF assembly all dependent controls are selected automatically and vice-versa.

Project Configuration Wizard

Through the Project Configuration Wizard’s second page you can select which theme will be applied to your project. Check the content of each theme or see the preview of it when select it into the Project Configuration Wizard.

VSExtensions WPF Project Config Wizard Step 2

The Project Configuration Wizard’s second page is only available if you use theming based on implicit styles. ([more information]({%slug styling-apperance-implicit-styles-overview%}))

When you click the Finish button the selected assembly references get added to the project. If you use the [implicit styles]({%slug styling-apperance-implicit-styles-overview%}) theming mechanism, the resources of the selected theme are merged in the App.xaml Resources collection.

See Also

  • [Automatic Dependency Resolving]({%slug radcontrols-for-wpf-vs-extensions-automatic-resolving%})
  • [Upgrade Project]({%slug radcontrols-for-wpf-vs-extensions-upgrading%})
  • [Download New Version]({%slug radcontrols-vs-extensions-project-latest-version-acquirer%})
  • [Setting a Theme]({%slug styling-apperance-implicit-styles-overview%})