TileData.BackgroundImageLocation 属性
获取或设置用于呈现图块背景的图像位置。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property BackgroundImageLocation As String
Get
Set
用法
Dim instance As TileData
Dim value As String
value = instance.BackgroundImageLocation
instance.BackgroundImageLocation = value
public string BackgroundImageLocation { get; set; }