代码改变世界

WPF using string format to combine dynamic resource and statictis string

2013-06-21 14:00  gungrave  阅读(384)  评论(0编辑  收藏  举报
<TextBlock Text="{Binding Source={DynamicResource CM_EnteredOn},StringFormat='{}{0}:'}"  ></TextBlock>
View Code