| CauldronThemeSetAccentColor Method |
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.
Namespace:
Cauldron.XAML.Theme
Assembly:
Cauldron.XAML.Theme (in Cauldron.XAML.Theme.dll) Version: 3.1.0.22 (3.1.0.22)
Syntax public static void SetAccentColor(
Color color
)
Parameters
- color
- Type: System.Windows.MediaColor
[Missing <param name="color"/> documentation for "M:Cauldron.XAML.Theme.CauldronTheme.SetAccentColor(System.Windows.Media.Color)"]
See Also