mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-28 12:13:24 +08:00
feat: redesign TextBox.
This commit is contained in:
@@ -10,6 +10,18 @@
|
||||
mc:Ignorable="d">
|
||||
<ScrollViewer>
|
||||
<StackPanel HorizontalAlignment="Left" Spacing="20">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBox Classes="Large" Width="150"/>
|
||||
<TextBox Width="150"/>
|
||||
<TextBox Classes="Small" Width="150"/>
|
||||
</StackPanel>
|
||||
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<TextBox IsEnabled="False" Width="150"/>
|
||||
<TextBox Classes="Bordered" Width="150"/>
|
||||
<TextBox Classes="Bordered" IsEnabled="False" Width="150"/>
|
||||
</StackPanel>
|
||||
|
||||
<TextBox Width="300" />
|
||||
<TextBox Width="300" Classes="Large" />
|
||||
<TextBox Width="300" Classes="Small" />
|
||||
|
||||
Reference in New Issue
Block a user