ClusteredSPLinkButton.ImageWidth property

Gets or sets the width of the clipping region that contains the appropriate image within the cluster.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property ImageWidth As Integer
    Get
    Set
'Usage
Dim instance As ClusteredSPLinkButton
Dim value As Integer

value = instance.ImageWidth

instance.ImageWidth = value
public int ImageWidth { get; set; }

Property value

Type: System.Int32

See also

Reference

ClusteredSPLinkButton class

ClusteredSPLinkButton members

Microsoft.SharePoint.WebControls namespace