SPDirectionalHoverLinkButton.ImageClass property
The CSS class name 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 SPDirectionalHoverLinkButton
Dim value As String
value = instance.ImageClass
instance.ImageClass = value
public string ImageClass { get; set; }
Property value
Type: System.String
See also
Reference
SPDirectionalHoverLinkButton class