C# xml UI格式化字符串
<TextBlock
HorizontalAlignment="Right"
FontSize="15"
FontWeight="Bold"
Text="{Binding PrintTime, StringFormat='打印时间:{0}'}"/>
如果 打印时间 需要 StaticResource
需要修改
<TextBlockMinWidth="320"Margin="0,0,0,10"Text="{Binding CollectTime, StringFormat={StaticResource '采集时间:{0}'}}"/>