Gets or sets the top coordinate for the menu, which is positioned at the absolute position. Default value is 0.
[C#]
myMenu.Top = 100;
[Visual Basic]
myMenu.Top = New System.Web.UI.WebControls.Unit(100)
APNSoftMenu Class | APNSoft.WebControls Namespace