Gets and sets the vertical offset(in pixel) between a submenu and its parent menu.
[Visual Basic]
Public Property OffsetY As
Int32
[C#]
public
Int32 OffsetY {get; set;}
Property Value
System.Int32
An integer specifies the vertical offset (in pixel) between a submenu and its parent maneu.
This property is read / write.
Remarks
Use this property to specify the vertical space between a submenu and its parent menu. Specifies a negative value causes the submenu to overlap with the parent menu. A positive value causes the submenu to display apart from its parent menu.
By default, the value of this property is IntNotSet. When the property is not set, menu uses the OffsetY specified in parent menu item's look item to determine the vertical offset.
See Also
MenuGroup Class | EO.Web Namespace