现在我只想在鼠标悬停时将按钮的背景更改为#f5f5f5。 WPF具有触发功能,可以轻松完成。 虽然我听说UWP没有触发任何更多,但与其他函数来代替,像这样的问题: Trigger element (XAML) is not supported in a UWP project 我DataTriggerBehavior做了它作为教程: <ControlTemplate TargetType="But
我使用Prism来处理UWP,并且我已将PrismUnityApplication中的应用程序基于类别。 我已经覆盖OnLaunchApplicationAsync,我试图打电话, NavigationService.Navigate("HighlightsView", null);
调用时,程序会抛出异常, {"The page name HighlightsView does not ha