MenuItemStyle::VerticalPadding Property
.NET Framework (current version)
Gets or sets the amount of space above and below a menu item's text.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.UI.WebControls::UnitThe amount of space (in pixels) above and below a menu item's text. The default is 0.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
Use the VerticalPadding property to control the amount of vertical space around the text of the menu item to which the MenuItemStyle object is applied. This space is inserted between the upper edge of the text and the border of the text area, as well as between the lower edge of the text and the text's border. To control the horizontal spacing, use the HorizontalPadding property.
.NET Framework
Available since 2.0
Available since 2.0
Show: