功能更新
This commit is contained in:
17
MelskinTest/ColorPaletteWindow.xaml
Normal file
17
MelskinTest/ColorPaletteWindow.xaml
Normal file
@@ -0,0 +1,17 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user