Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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