。(button使用contont写的时候) 当。button使用 <button.content><textBlock/></button.content>依然会覆盖

 这段代码能消除全局textblock对button的影响

 <DataTemplate DataType="{x:Type System:String}">
        <TextBlock Text="{Binding}">
            <TextBlock.Resources>
                <Style TargetType="{x:Type TextBlock}"/>
            </TextBlock.Resources></TextBlock>
    </DataTemplate>
View Code

相关文章: