Interface IThemeable
Classes which implement IThemeable interface can apply theme provided by IThemeProvider instance
Namespace:
Assembly: .dll
Syntax
public interface IThemeable
Methods
applyThemeProvider(IThemeProvider themeProvider)
Applies specified theme to current instance
Declaration
public abstract void applyThemeProvider(IThemeProvider themeProvider)
Parameters
Type | Name | Description |
---|---|---|
IThemeProvider | themeProvider | The IThemeProvider instance which provides new theme for current instance |