ITheme
ITheme 接口
表示一个主题。
public interface ITheme : IPresentationComponent
属性
| 名称 | 描述 |
|---|---|
| AsIPresentationComponent { get; } | 允许获取基础的 IPresentationComponent 接口。只读 IPresentationComponent。 |
| ColorScheme { get; } | 返回颜色方案。只读 IColorScheme。 |
| FontScheme { get; } | 返回字体方案。只读 IFontScheme。 |
| FormatScheme { get; } | 返回形状格式方案。只读 IFormatScheme。 |
方法
| 名称 | 描述 |
|---|---|
| GetEffective() | 获取应用继承的有效主题数据。 |