wpf-devexpress-dot-xpf-dot-core-dot-theme-dot-office2016colorfulse.md
The Office2016ColorfulSE theme.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public static Theme Office2016ColorfulSE
Public Shared Office2016ColorfulSE As Theme
| Type |
|---|
| Theme |
Use the Office2016ColorfulSEName field to apply the theme.
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Office2016ColorfulSE field.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
wpf-mvvm-behaviors-gallery-based-theme-palette-selector/CS/App.xaml.cs#L12
customPalette.SetColor("Foreground", Colors.Red);
var customTheme = Theme.CreateTheme(customPalette, Theme.Office2016ColorfulSE);
Theme.RegisterTheme(customTheme);
wpf-mvvm-behaviors-gallery-based-theme-palette-selector/VB/App.xaml.vb#L14
customPalette.SetColor("Foreground", Colors.Red)
Dim customTheme = Theme.CreateTheme(customPalette, Theme.Office2016ColorfulSE)
Theme.RegisterTheme(customTheme)
See Also