This interface is a theme repository. A theme can be dynamically added, changed or removed.
It allows you to dynamically change the theme of the WPF application.

C# | Visual Basic | Visual C++ |
public interface IThemeManager
Public Interface IThemeManager
public interface class IThemeManager

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ChangeTheme(String) |
Changes the theme.
|
![]() | ChangeTheme(Int32) |
Changes the theme.
|
![]() | ChangeTheme(Theme) |
Changes the theme.
|
![]() | CurrentTheme |
Gets the current theme.
|
![]() | Register(FrameworkElement) |
Registers the specified window to the skin.
|
![]() | ThemeCollection |
Gets the theme collection.
|
![]() | Unregister(FrameworkElement) |
Unregisters the specified window from the skin.
|