프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.StationController / Themes / MaterialDesignTheme.xaml @ 06f13e11

이력 | 보기 | 이력해설 | 다운로드 (1 KB)

1
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
                    xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
3
                    xmlns:system="clr-namespace:System;assembly=mscorlib"
4
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
5
    <ResourceDictionary.MergedDictionaries>
6
        <ResourceDictionary Source="/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml" />
7
        <ResourceDictionary Source="/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml" />
8
        <ResourceDictionary Source="/MaterialDesignThemes.Wpf;component/Themes/generic.xaml" />
9
        <ResourceDictionary Source="/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.Blue.xaml" />
10
        <ResourceDictionary Source="/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Purple.xaml" />
11
    </ResourceDictionary.MergedDictionaries>
12
</ResourceDictionary>
클립보드 이미지 추가 (최대 크기: 500 MB)