feat: add TextBox Demo, fix RadioButton demo. Add Borderless Theme.

This commit is contained in:
rabbitism
2022-12-16 12:31:52 +08:00
parent 96d10f33e5
commit e16c7408f1
7 changed files with 71 additions and 15 deletions

View File

@@ -17,6 +17,10 @@
<TextBox
Width="300" Classes="revealPasswordButton"
PasswordChar="*" />
<TextBox
Width="500" InnerLeftContent="http://"
InnerRightContent=".com"
Theme="{StaticResource BorderlessTextBox}" />
</StackPanel>
</ScrollViewer>
</UserControl>