Files
Shrlalgo.RvKits/NeoUI/NeoUITest/ColorPaletteWindow.xaml
2025-12-23 21:35:54 +08:00

17 lines
679 B
XML

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