зеркало из https://github.com/telerik/xaml-sdk.git
16 строки
1.5 KiB
XML
16 строки
1.5 KiB
XML
<Application x:Class="PdfViewerToolbarWithGlyphs.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml">
|
|
<Application.Resources>
|
|
<ResourceDictionary>
|
|
<ResourceDictionary.MergedDictionaries>
|
|
<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/System.Windows.xaml" />
|
|
<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.xaml" />
|
|
<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Input.xaml" />
|
|
<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.Navigation.xaml" />
|
|
<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.FixedDocumentViewers.xaml" />
|
|
<ResourceDictionary Source="/Telerik.Windows.Themes.Office2016;component/Themes/Telerik.Windows.Controls.FixedDocumentViewersUI.xaml" />
|
|
<ResourceDictionary Source="/Telerik.Windows.Controls;component/Themes/FontResources.xaml"/>
|
|
</ResourceDictionary.MergedDictionaries>
|
|
<FontFamily x:Key="TelerikWebUILocal">/PdfViewerToolbarWithGlyphs;component/TelerikWebUI.ttf#TelerikWebUI</FontFamily>
|
|
</ResourceDictionary>
|
|
</Application.Resources>
|
|
</Application> |