Share via


SPDirectionalHoverLinkButton.RenderImageAfterText property

Whether to render the image after the text or before it. true to render after text, false to render before text.

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

Syntax

'Declaration
Public Property RenderImageAfterText As Boolean
    Get
    Set
'Usage
Dim instance As SPDirectionalHoverLinkButton
Dim value As Boolean

value = instance.RenderImageAfterText

instance.RenderImageAfterText = value
public bool RenderImageAfterText { get; set; }

Property value

Type: System.Boolean

See also

Reference

SPDirectionalHoverLinkButton class

SPDirectionalHoverLinkButton members

Microsoft.SharePoint.WebControls namespace