Menu.ImageTextSpacing Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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