IOverrideTheme Methods |
The IOverrideTheme type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Set ColorScheme, FontScheme, FormatScheme to null to disable any overriding with this theme object.
| |
| GetEffective |
Gets effective theme data with the inheritance applied.
(Inherited from ITheme.) | |
| InitColorScheme |
Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.
| |
| InitColorSchemeFrom |
Init ColorScheme with new object for overriding ColorScheme of InheritedTheme.
| |
| InitColorSchemeFromInherited |
Init ColorScheme with new object for overriding ColorScheme of InheritedTheme. And initialize data of this new object with data of the ColorScheme of InheritedTheme.
| |
| InitFontScheme |
Init FontScheme with new object for overriding FontScheme of InheritedTheme.
| |
| InitFontSchemeFrom |
Init FontScheme with new object for overriding FontScheme of InheritedTheme.
| |
| InitFontSchemeFromInherited |
Init FontScheme with new object for overriding FontScheme of InheritedTheme. And initialize data of this new object with data of the FontScheme of InheritedTheme.
| |
| InitFormatScheme |
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
| |
| InitFormatSchemeFrom |
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme.
| |
| InitFormatSchemeFromInherited |
Init FormatScheme with new object for overriding FormatScheme of InheritedTheme. And initialize data of this new object with data of the FormatScheme of InheritedTheme.
|