Web.ThemeInfo-Eigenschaft
The theming information for this website. This includes information like colors, fonts, border radii sizes, and so on.
Namespace: Microsoft.SharePoint.Client
Assemblys: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll) 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; }
Eigenschaftswert
Typ: Microsoft.SharePoint.Client.ThemeInfo
A ThemeInfo object that represents the theme information associated with the website.