ThmxTheme Class
Represents a Microsoft Office XML theme file. The methods and properties of this class enable read and write operations on the theme name, the color list, and the font list.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Utilities.ThmxTheme
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Class ThmxTheme _
Implements IDisposable
'Usage
Dim instance As ThmxTheme
[SubsetCallableTypeAttribute]
public class ThmxTheme : IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.