ChineseChess/ChineseChess.GUI/Styles/MetroWindow.xaml
2021-05-30 22:57:53 +08:00

15 lines
570 B
XML

<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:controls="http://metro.mahapps.com/winfx/xaml/controls">
<Style
x:Key="CustomMetroWindow"
TargetType="{x:Type controls:MetroWindow}"
BasedOn="{StaticResource {x:Type controls:MetroWindow}}">
<Setter Property="ShowTitleBar" Value="True" />
<Setter Property="Height" Value="450" />
<Setter Property="Width" Value="800" />
</Style>
</ResourceDictionary>