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