ClusteredImage.Width Property
The width 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 Width As Unit
Get
Set
'Usage
Dim instance As ClusteredImage
Dim value As Unit
value = instance.Width
instance.Width = value
public override Unit Width { get; set; }
Property Value
Type: System.Web.UI.WebControls.Unit
A Unit that contains the width of the image in the cluster.