Menu.DynamicVerticalOffset Property
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_DynamicVerticalOffset () /** @property */ public void set_DynamicVerticalOffset (int value)
public function get DynamicVerticalOffset () : int public function set DynamicVerticalOffset (value : int)
Property Value
The number of pixels to shift a dynamic menu vertically relative to its parent menu item. The default is 0.Use the DynamicVerticalOffset property to adjust the vertical position of a dynamic menu relative to its parent menu item. This property affects the position of a dynamic menu differently depending on whether the Menu control is displayed vertically or horizontally (as specified by the Orientation property). The following table describes the differences.
| Orientation | Description |
|---|---|
| Horizontal | By default, a dynamic menu is displayed directly below its parent menu item without any spacing in between. Setting this property controls the vertical spacing between the dynamic menu and its parent menu item. |
| Vertical | By default, a dynamic menu item is displayed next to its parent menu item with the top edges aligned. Setting this property shifts the dynamic menu position vertically from this base position. |
Note |
|---|
| You can set this property to a negative value to shift a dynamic menu in a negative direction. If you are displaying a horizontal menu, a negative value causes a dynamic menu and its parent menu item to overlap. |
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