TileData.BackgroundImageRendersAsIcon property
Namespace: Microsoft.SharePoint.Client.WebParts
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property BackgroundImageRendersAsIcon As Boolean
Get
Set
'Usage
Dim instance As TileData
Dim value As Boolean
value = instance.BackgroundImageRendersAsIcon
instance.BackgroundImageRendersAsIcon = value
public bool BackgroundImageRendersAsIcon { get; set; }
Property value
Type: System.Boolean