ITheme

ITheme interface

Representa un tema.

public interface ITheme : IPresentationComponent

Propiedades

NombreDescripción
AsIPresentationComponent { get; }Permite obtener la interfaz base IPPresentationComponent. Solo lecturaIPresentationComponent .
ColorScheme { get; }Devuelve el esquema de color. Solo lecturaIColorScheme .
FontScheme { get; }Devuelve el esquema de fuente. Solo lecturaIFontScheme .
FormatScheme { get; }Devuelve el esquema de formato de forma. Solo lecturaIFormatScheme .

Métodos

NombreDescripción
GetEffective()Obtiene datos de temas efectivos con la herencia aplicada.

Ver también