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 or sets the location of the images used to render the tile background.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BackgroundImageLocation As String
Get
Set
'Usage
Dim instance As TileData
Dim value As String
value = instance.BackgroundImageLocation
instance.BackgroundImageLocation = value
public string BackgroundImageLocation { get; set; }
Property value
Type: System.String