feat: add LooklessTextBox Theme.

This commit is contained in:
Zhang Dian
2024-05-14 15:18:51 +08:00
committed by Dong Bin
parent 634e792f61
commit 2d61d93c93
2 changed files with 82 additions and 0 deletions

View File

@@ -71,6 +71,12 @@
IsEnabled="False" />
</StackPanel>
<TextBox Width="300" Classes="TextArea" />
<TextBox
Width="300"
Theme="{StaticResource LooklessTextBox}"
Watermark="Lookless TextBox"
InnerLeftContent="http://"
InnerRightContent=".com" />
</StackPanel>
</ScrollViewer>
</UserControl>