ClusteredImage.Height Property
The height of the image in the cluster.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Property Height As Unit
Get
Set
'Usage
Dim instance As ClusteredImage
Dim value As Unit
value = instance.Height
instance.Height = value
public override Unit Height { get; set; }
Property Value
Type: System.Web.UI.WebControls.Unit
A Unit that contains the height of the image in the cluster.