MahApps.Metro use

MahApps.Metro use

Download MahApps.Metro

PM> Install-Package MahApps.Metro

Add in MainWindow.xaml

xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"

Then replace the Window label with the following label

<Controls:MetroWindow x:Class="WpfApplication.MainWindow"
                  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                  xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                  xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro"
                  Title="MainWindow"
                  Height="600"
                  Width="800">

</Controls:MetroWindow>

MainWin

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324123112&siteId=291194637
use
use