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