[]
Represents an interface to interact with theme information.
public interface ITheme
| Name | Description |
|---|---|
| Theme | Gets the currently attached theme. |
| ThemeAttached | Gets a value indicating whether a theme file is currently attached. |
| ThemeUri | Gets the URI of the currently attached theme. |
| Name | Description |
|---|---|
| CreateTheme(string) | Creates a new theme based on the supplied URI. |
| GetColors() | Returns all the theme colors associated with the currently attached theme. |