everything can be handy
wpf中窗口不会自动应用隐式样式,hc中提供了相关方法用以解决这个问题。
wpf
hc
可通过 ConfigHelper.Instance.SetWindowDefaultStyle() 来设置窗口的默认样式。
ConfigHelper.Instance.SetWindowDefaultStyle()
可通过 ConfigHelper.Instance.SetNavigationWindowDefaultStyle() 来设置导航窗口的默认样式。
ConfigHelper.Instance.SetNavigationWindowDefaultStyle()