Share via


SPTheme.BackgroundImageUri property

Gets the URI of the background image for this theme or null if none is set.

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

Syntax

'Declaration
Public ReadOnly Property BackgroundImageUri As Uri
    Get
'Usage
Dim instance As SPTheme
Dim value As Uri

value = instance.BackgroundImageUri
public Uri BackgroundImageUri { get; }

Property value

Type: System.Uri

Implements

ISPTheme.BackgroundImageUri

See also

Reference

SPTheme class

SPTheme members

Microsoft.SharePoint.Utilities namespace