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)

Syntax

'Declaration
Public Class ThmxTheme _
    Implements ISPTheme, IDisposable
'Usage
Dim instance As ThmxTheme
public class ThmxTheme : ISPTheme, 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.

See also

Reference

ThmxTheme members

Microsoft.SharePoint.Utilities namespace