Interface ITheme
public interface ITheme
Properties
ApplicationResources
Resources to be added to Application.Resources.
IEnumerable<Uri> ApplicationResources { get; }
Property Value
MainWindowResources
Resources to be added to the main window's Window.Resources collection.
IEnumerable<Uri> MainWindowResources { get; }
Property Value
Name
Name of the theme, used in menus and settings.
string Name { get; }