TileData.BackgroundImageLocation property

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

See also

Reference

TileData class

TileData members

Microsoft.SharePoint.WebPartPages namespace