SPDirectionalHoverLinkButton.ImageWidth property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ImageWidth As Unit
Get
Set
'Usage
Dim instance As SPDirectionalHoverLinkButton
Dim value As Unit
value = instance.ImageWidth
instance.ImageWidth = value
public Unit ImageWidth { get; set; }
Property value
Type: System.Web.UI.WebControls.Unit
See also
Reference
SPDirectionalHoverLinkButton class