wpf 绑定格式化展示StringFormat

绑定的信息中有其它想显示的内容可以这样写

<Label Content="{Binding name}" ContentStringFormat=' hello {0} '/>
<TextBlock Text="{Binding name}" StringFormat=' hello {0}' /> 

你可能感兴趣的:(wpf,microsoft)