From 12b3d0c7fb9718f68d139e122273a9b1e59baece Mon Sep 17 00:00:00 2001 From: Holger Boerchers Date: Mon, 25 Jul 2016 19:24:51 +0200 Subject: [PATCH] Dialog added, TreeView added and so on... --- MaterialModernWPF/App.xaml | 9 +- MaterialModernWPF/MainWindow.xaml | 101 ++++++++++++--------- MaterialModernWPF/MaterialModernWPF.csproj | 10 +- MaterialModernWPF/airballoon.ico | Bin 0 -> 24563 bytes MaterialModernWPF/packages.config | 2 +- 5 files changed, 76 insertions(+), 46 deletions(-) create mode 100644 MaterialModernWPF/airballoon.ico diff --git a/MaterialModernWPF/App.xaml b/MaterialModernWPF/App.xaml index 80b4c6b..e303cff 100644 --- a/MaterialModernWPF/App.xaml +++ b/MaterialModernWPF/App.xaml @@ -4,6 +4,13 @@ xmlns:local="clr-namespace:MaterialModernWPF" StartupUri="MainWindow.xaml"> - + + + + + + + + diff --git a/MaterialModernWPF/MainWindow.xaml b/MaterialModernWPF/MainWindow.xaml index b4cc00f..1644cd4 100644 --- a/MaterialModernWPF/MainWindow.xaml +++ b/MaterialModernWPF/MainWindow.xaml @@ -5,40 +5,58 @@ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:modern="http://modernwpf" - x:Name="theWindow" - Title="Chrome With 3rd Party Material Theme" + xmlns:system="clr-namespace:System;assembly=mscorlib" + x:Name="Window" + Title="Material Design In XAML Toolkit" Width="920" Height="600" modern:UIHooks.AutoDpiScale="True" Background="{DynamicResource MaterialDesignPaper}" FontFamily="pack://application:,,,/MaterialDesignThemes.Wpf;component/Resources/Roboto/#Roboto" + Icon="airballoon.ico" ResizeMode="CanResizeWithGrip" TextElement.Foreground="{DynamicResource MaterialDesignBody}" mc:Ignorable="d"> - - - - - - - - - - - - - - - - - - + + + + + + + + + + Tell me your name: + + + + + + + @@ -49,21 +67,23 @@ Path=IsChecked, Mode=TwoWay}" Style="{StaticResource MaterialDesignHamburgerToggleButton}" /> - - - + + + + + + + + + + - - - - - -