ItemSubMenuOffset Properties
Defines different offset settings of submenus relative to their parent menu items.
Name | Description |
---|---|
First |
Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the first item at its menu level. |
First |
Gets or sets the vertical offset of a submenu relative to its parent menu item which is the first item at its menu level. |
Last |
Gets or sets the horizontal offset of a submenu relative to its parent menu item which is the last item at its menu level. |
Last |
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