handycontrol UI 有关Style的TargetType

懒伞 2024-10-19 09:58:14

想给按钮添加一个自动变色的功能

但是写到

<Button.Style>
    <Style>
        。。。。。
    </Style>
</Button.Style>

的时候,handycontrol样式就被清除了,变成没有样式了。

改为

<Button.Style>
    <Style>
        <Style.Resources>
            <ResourceDictionary>
                <ResourceDictionary.MergedDictionaries>
                    <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml" />
                    <ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml" />
                </ResourceDictionary.MergedDictionaries>
            </ResourceDictionary>
        </Style.Resources>
    </Style>
</Button.Style>

也不行。

因为不是主目录,所以我怀疑是

component/Themes/Theme.xaml

的路径不对,改为

../component/Themes/Theme.xaml

就报错。

请问如何解决。

...全文
24 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

8,750

社区成员

发帖
与我相关
我的任务
社区描述
WPF/Silverlight相关讨论
社区管理员
  • WPF/Silverlight社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧