17 lines
687 B
XML
17 lines
687 B
XML
<n:MelWindow
|
|
Height="450"
|
|
Icon="/Resources/Images/ImageTest.png"
|
|
Title="配色"
|
|
Width="800"
|
|
mc:Ignorable="d"
|
|
x:Class="MelskinTest.ColorPaletteWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
xmlns:local="clr-namespace:MelskinTest"
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
xmlns:n="https://github.com/ShrlAlgo/Melskin"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Grid>
|
|
<local:ColorPaletteControl SourceUri="pack://application:,,,/Melskin;component/Themes/Light.xaml" />
|
|
</Grid>
|
|
</n:MelWindow> |