Skip to content

Implicit styles are not automatically applied to windows in wpf, and related methods are provided in hc to solve this problem.

Window

The default style of the window can be set via

cs
ConfigHelper.Instance.SetWindowDefaultStyle();

NavigationWindow

The default style of the navigationWindow can be set via

cs
ConfigHelper.Instance.SetNavigationWindowDefaultStyle();

Released under the MIT License.