<TextBlock Text="{Binding Path=Duration,StringFormat=Log Duration (± minutes): {0:#}}" />
label tooltip无效,TextBlock,TextBox有效。
如果{0}之前有字符串,则不需要加{},StringFormat=单价:{0}
否则需加上{} ,比如 StringFormat={}{0}
<TextBlock Text="{Binding Path=Duration,StringFormat=Log Duration (± minutes): {0:#}}" />
label tooltip无效,TextBlock,TextBox有效。
如果{0}之前有字符串,则不需要加{},StringFormat=单价:{0}
否则需加上{} ,比如 StringFormat={}{0}