ItemSubMenuOffset Properties
Defines different offset settings of submenus relative to their parent menu items.| Name | Description |
|---|---|
| FirstItemX | Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the first item at its menu level. |
| FirstItemY | Gets or sets the vertical offset of a submenu relative to its parent menu item which is the first item at its menu level. |
| LastItemX | Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the last item at its menu level. |
| LastItemY | Gets or sets the vertical offset of a submenu relative to its parent menu item which is the last item at its menu level. |
| X | Gets or sets the horizontal offset of a submenu relative to its parent menu item which is neither the first nor the last item at its menu level. |
| Y | Gets or sets the vertical offset of a submenu relative to its parent menu item which is neither the first nor the last item at its menu level. |
See Also