This is a migrated thread and some comments may be shown as answers.

Cannot find Telerik.Windows.Diagrams.Core.xaml

1 Answer 145 Views
Diagram
This is a migrated thread and some comments may be shown as answers.
Vikas
Top achievements
Rank 1
Vikas asked on 06 Sep 2016, 04:10 PM

Where can i get Telerik.Windows.Diagrams.Core.xaml. I cannot find it in:

C:\Program Files (x86)\Telerik\UI for WPF Q1 2016\Themes.Implicit\WPF40\Vista\Themes

Thanks

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 07 Sep 2016, 07:23 AM
Hi Vikas,

The Diagram Core dlls consists of Math functions and core classes. It does not contain any styles and xaml files. So the file you are looking for does not exist at all. When using the RadDiagram with implicit styles you need to merge the following xaml files:

            <ResourceDictionary Source="/Themes/System.Windows.xaml"/>
            <ResourceDictionary Source="/Themes/Telerik.Windows.Controls.xaml"/>
            <ResourceDictionary Source="/Themes/Telerik.Windows.Controls.Navigation.xaml"/>
            <ResourceDictionary Source="/Themes/Telerik.Windows.Controls.Input.xaml"/>
            <ResourceDictionary Source="/Themes/Telerik.Windows.Controls.Diagrams.xaml"/>
            <ResourceDictionary Source="/Themes/Telerik.Windows.Controls.Diagrams.Extensions.xaml"/>

Regards,
Petar Mladenov
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Diagram
Asked by
Vikas
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or