Table of Contents

Interface ITheme

Namespace
Gemini.Framework.Themes
Assembly
Gemini.dll
public interface ITheme

Properties

ApplicationResources

Resources to be added to Application.Resources.

IEnumerable<Uri> ApplicationResources { get; }

Property Value

IEnumerable<Uri>

MainWindowResources

Resources to be added to the main window's Window.Resources collection.

IEnumerable<Uri> MainWindowResources { get; }

Property Value

IEnumerable<Uri>

Name

Name of the theme, used in menus and settings.

string Name { get; }

Property Value

string