gpt4 book ai didi

Silverlight 通用.xaml

转载 作者:行者123 更新时间:2023-12-02 21:50:12 29 4
gpt4 key购买 nike

我可以在Silverlight中使用generic.xaml来设置应用程序中所有TextBlock的样式吗?

<ResourceDictionary xmlns="http://schemas.microsoft.com/client/2007"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style TargetType="TextBlock">
<Setter Property="Foreground"
Value="White" />
<Setter Property="FontSize"
Value="24" />
</Style>
</ResourceDictionary>

我原以为它会起作用,但它没有:-(

在整个应用程序中应用样式的最简单方法是什么?

谢谢,标记

编辑

感谢您的回复。我没有收到错误,只是没有应用样式。我在互联网上找到的所有示例(包括您列出的示例)都是用于设置自定义控件的样式。我可以做到这一点,但我只想设置默认控件的样式:

<TextBlock Text="Style me!!" Grid.Row="2"  />

我需要添加对 page.xaml 中 generic.xaml 的引用吗?我需要命名并引用 generic.xaml 样式作为资源吗?

再次感谢,马克

最佳答案

在 Silverlight 4 中,您可以使用 implicit styling !

关于Silverlight 通用.xaml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/676788/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com