From a08d5514036d03be962bcdfe760de28c9c38c26b Mon Sep 17 00:00:00 2001 From: Holger Boerchers Date: Fri, 3 Aug 2018 21:57:38 +0200 Subject: [PATCH] Fun with MaterialDesignInXAML --- Example/MainWindow.xaml | 109 ++++++++++++++++++++--------- Example/MainWindowViewModel.cs | 49 +++++++++++-- Example/Properties/AssemblyInfo.cs | 6 +- 3 files changed, 125 insertions(+), 39 deletions(-) diff --git a/Example/MainWindow.xaml b/Example/MainWindow.xaml index acb1c3e..da1d518 100644 --- a/Example/MainWindow.xaml +++ b/Example/MainWindow.xaml @@ -5,8 +5,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:local="clr-namespace:Example" - xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:md="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:prism="http://prismlibrary.com/" Title="MainWindow" Width="800" @@ -26,35 +26,80 @@ - - - - + + + + + + +