TileData.BackgroundImageClusterTop property
Gets or sets the toop coordinate of the clipping rectangle in case image clustering is being used. 0 otherwise.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property BackgroundImageClusterTop As Integer
Get
Set
'Usage
Dim instance As TileData
Dim value As Integer
value = instance.BackgroundImageClusterTop
instance.BackgroundImageClusterTop = value
public int BackgroundImageClusterTop { get; set; }
Property value
Type: System.Int32