gpt4 book ai didi

.net - 将文本添加到绑定(bind)的 TextBlock

转载 作者:行者123 更新时间:2023-12-03 11:05:12 25 4
gpt4 key购买 nike

我想在数据绑定(bind)文本 block 中添加文本:

<TextBlock Text="{Binding Title}" />

显示的文本是:
"My title"

我想要展示的是:
This is "My title"

最佳答案

您可以使用 StringFormat 绑定(bind)属性:

 <TextBlock Text="{Binding Title, StringFormat=This is {0}}"></TextBlock> 

查看这篇博文了解更多信息: WPF String.Format in XAML with the StringFormat attribute .

关于.net - 将文本添加到绑定(bind)的 TextBlock,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7130859/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com