TileData.BackgroundImageLocation property
取得或設定用來呈現並排顯示背景影像的位置。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.String