标签:建议 his 使用 label http 定义 相关 lock href
具体为啥会有这种问题不清楚,解决方案参考:https://bbs.csdn.net/topics/390262033
<DataTemplate x:Key="DataTemplate3">
<Grid>
<TextBlock >
<TextBlock.Resources>
<Style TargetType="{x:Type TextBlock}"/>
</TextBlock.Resources>
</TextBlock>
</Grid>
</DataTemplate>
解:奇葩史
设置TextBlock默认样式后,其他控件的Text相关属性设置失效问题
标签:建议 his 使用 label http 定义 相关 lock href
原文地址:https://www.cnblogs.com/huaxia283611/p/default-textblock-style-textstyle-invalid.html