ThmxTheme.BackgroundImageUri property
Thmx themes do not support background images
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property BackgroundImageUri As Uri
Get
'Usage
Dim instance As ThmxTheme
Dim value As Uri
value = instance.BackgroundImageUri
public Uri BackgroundImageUri { get; }
Property value
Type: System.Uri