ITheme

ITheme interface

代表一个主题。

public interface ITheme : IPresentationComponent

特性

姓名 描述
AsIPresentationComponent { get; } 允许获取基本 IPresentationComponent 接口。 只读IPresentationComponent
ColorScheme { get; } 返回配色方案。 只读IColorScheme
FontScheme { get; } 返回字体方案。 只读IFontScheme
FormatScheme { get; } 返回形状格式方案。 只读IFormatScheme

方法

姓名 描述
GetEffective() 获取应用了继承的有效主题数据。

也可以看看