Web.ThemeInfo property

The theming information for this website. This includes information like colors, fonts, border radii sizes, and so on.

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

Syntax

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

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

Property value

Type: Microsoft.SharePoint.Client.ThemeInfo
A ThemeInfo object that represents the theme information associated with the website.

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace