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