Files
ShrlAlgoToolkit/NeoUI/NeoUITest/ColorPaletteWindow.xaml
2025-08-24 13:49:55 +08:00

17 lines
691 B
XML

<n:NeoWindow
Height="450"
Icon="/Resources/Images/ImageTest.png"
Title="ColorPaletteWindow"
Width="800"
mc:Ignorable="d"
x:Class="NeoUITest.ColorPaletteWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
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"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>
<local:ColorPaletteControl SourceUri="pack://application:,,,/NeoUI;component/Themes/Light.xaml" />
</Grid>
</n:NeoWindow>