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