feat: finish int implementation.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user