大量更新
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
<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: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"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user