SPWeb.ThemeInfo property

The theming information for this SPWeb. This includes information like colors, fonts, border radii sizes etc.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property ThemeInfo As SPThemeInfo
    Get
'Usage
Dim instance As SPWeb
Dim value As SPThemeInfo

value = instance.ThemeInfo
public SPThemeInfo ThemeInfo { get; }

Property value

Type: Microsoft.SharePoint.SPThemeInfo

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace