This commit is contained in:
ShrlAlgo
2025-07-11 09:20:23 +08:00
parent c7b104f44f
commit 4d35cadb56
840 changed files with 102347 additions and 11595 deletions

View File

@@ -8,8 +8,9 @@
xmlns:models="clr-namespace:WPFluent.Gallery.Models"
xmlns:pages="clr-namespace:WPFluent.Gallery.ViewModels.Pages"
xmlns:ui="https://github.com/ShrlAlgo/WPFluent"
xmlns:vm="clr-namespace:WPFluent.Gallery.ViewModels.Pages"
mc:Ignorable="d"
d:DataContext="{d:DesignInstance Type=pages:TextViewModel}"
d:DataContext="{d:DesignInstance Type=vm:TextViewModel}"
Foreground="{DynamicResource TextFillColorPrimaryBrush}"
Title="TextPage">
@@ -69,9 +70,7 @@
HeaderPlacement="Left"
PlaceholderText="文本框"
Prefix="前缀:"
Suffix="后缀"
Text="{Binding Number, UpdateSourceTrigger=PropertyChanged}" />
Suffix="后缀" />
</StackPanel>
</GroupBox>
<GroupBox Header="TextBox(多行)">