Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IThemeManager Interface
NamespacesGenesyslab.Desktop.Infrastructure.ThemingIThemeManager
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.
Declaration Syntax
C#Visual BasicVisual C++
public interface IThemeManager
Public Interface IThemeManager
public interface class IThemeManager
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)