ClusteredSPLinkButton.ImageClass property
Gets or sets the class name in a cascading style sheet (CSS) to apply to the image.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImageClass As String
Get
Set
'Usage
Dim instance As ClusteredSPLinkButton
Dim value As String
value = instance.ImageClass
instance.ImageClass = value
public string ImageClass { get; set; }
Property value
Type: System.String