Back to Devexpress

Theme.Office2016ColorfulSE Field

wpf-devexpress-dot-xpf-dot-core-dot-theme-dot-office2016colorfulse.md

latest2.3 KB
Original Source

Theme.Office2016ColorfulSE Field

The Office2016ColorfulSE theme.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static Theme Office2016ColorfulSE
vb
Public Shared Office2016ColorfulSE As Theme

Field Value

Type
Theme

Remarks

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

csharp
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

vb
customPalette.SetColor("Foreground", Colors.Red)
Dim customTheme = Theme.CreateTheme(customPalette, Theme.Office2016ColorfulSE)
Theme.RegisterTheme(customTheme)

See Also

Theme Class

Theme Members

DevExpress.Xpf.Core Namespace