This package requires the ControlzEx package https://github.com/ControlzEx/ControlzEx in order to use the custom window title bar features.
You can install using Nuget. https://www.nuget.org/packages/NCAutomation.Win11Style/
This package adds two new styles in addition to the standard windows styles.
Windows 11 style is designed to look close to the the default but with rounded corners and a few minor color changes. Dark mode is the same rounded corner with dark colors.
The rounded windows 11 styles are specifically designed to keep the same size, margins, and padding as the default style. This should enable adding the style without messing up our layouts.
Here is a list of controls that have been styled so far.
- CheckBox
- Button
- ScrollBar/ScrollViewer
- TextBox
- RichTextBox
- PasswordBox
- ComboBox
- Menu, ContextMenu, MenuItem, Separator
- Label, TextBlock
- GroupBox
- RadioButton
- ProgressBar
- TabControl, TabItem
- Expander
- ToolTip
- DatePicker, Calendar
- DataGrid
- Slider
- ListBox
The following controls have not been styled
- DocumentViewer
- StatusBar
- ToolBar
- TreeView