MenuItemStyle.ItemSpacing Property
Assembly: System.Web (in system.web.dll)
/** @property */ public Unit get_ItemSpacing () /** @property */ public void set_ItemSpacing (Unit value)
public function get ItemSpacing () : Unit public function set ItemSpacing (value : Unit)
Property Value
The amount of vertical spacing (in pixels) between the menu item to which the MenuItemStyle object is applied and its adjacent menu items. The default is 0.Use the ItemSpacing property to control the amount of vertical spacing between a menu item to which the MenuItemStyle object is applied and its adjacent menu items at the same level. This space is inserted between the upper edge of the current menu item and the lower edge of the previous menu item, as well as between the lower edge of the current menu item and upper edge of the next menu item.
Note |
|---|
| The upper space is not rendered for the first menu item in the Menu control. |
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note