feat: finish int implementation.

This commit is contained in:
rabbitism
2024-01-14 22:11:23 +08:00
parent aea5ebb1a4
commit 631913145b
5 changed files with 470 additions and 53 deletions

View File

@@ -9,6 +9,7 @@
d:DesignWidth="800"
mc:Ignorable="d">
<StackPanel>
<u:IntUpDown />
<u:IntUpDown Name="input" Step="1" Value="2" EmptyInputValue="0" />
<TextBlock Text="{Binding #input.Value}" ></TextBlock>
</StackPanel>
</UserControl>