更新
This commit is contained in:
@@ -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(多行)">
|
||||
|
||||
Reference in New Issue
Block a user