Menu.ImageTextSpacing property

Gets or sets the amount of space between the image and the text of the menu.

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

Syntax

'Declaration
Public Property ImageTextSpacing As Unit
    Get
    Set
'Usage
Dim instance As Menu
Dim value As Unit

value = instance.ImageTextSpacing

instance.ImageTextSpacing = value
public Unit ImageTextSpacing { get; set; }

Property value

Type: System.Web.UI.WebControls.Unit

See also

Reference

Menu class

Menu members

Microsoft.SharePoint.WebControls namespace