ITheme

Interfaz ITheme

Representa un tema.

public interface ITheme : IPresentationComponent

Propiedades

NombreDescripción
AsIPresentationComponent { get; }Permite obtener la interfaz base IPresentationComponent. Solo lectura IPresentationComponent.
ColorScheme { get; }Devuelve el esquema de color. Solo lectura IColorScheme.
FontScheme { get; }Devuelve el esquema de fuente. Solo lectura IFontScheme.
FormatScheme { get; }Devuelve el esquema de formato de la forma. Solo lectura IFormatScheme.

Métodos

NombreDescripción
GetEffective()Obtiene los datos del tema efectivo con la herencia aplicada.

Ver También