Click or drag to resize

CauldronTheme Class

Provides constants and method regarding the theming resource color names and method to change the accent color.
Inheritance Hierarchy
SystemObject
  Cauldron.XAML.ThemeCauldronTheme

Namespace:  Cauldron.XAML.Theme
Assembly:  Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax
C#
public static class CauldronTheme

The CauldronTheme type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSetAccentColor
Changes the accent color of the theme.

This should be changed before the views, styles and templates are loaded due to the fact that this theming avoid the using of DynamicResource for performance reasons.

Top
See Also