SPThemeInfo members
Represents the theming information for a site. This includes information like colors, fonts, border radii sizes, and so on.
The SPThemeInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
AccessibleDescription | Gets a brief accessible description of this theme. | |
ThemeBackgroundImageUri | Gets the theme background image server-relative URI, or a null reference (Nothing in Visual Basic) if none is defined. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetThemeFontByName | Gets the theme font for the specified name and language code. | |
GetThemeShadeByName | Gets the theme color for the specified name. | |
GetThemeShadeColorByName | Gets a theme shade by name. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top