Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.TopLevelItemAlign Property

Gets or sets the value to specify how navigation items in top level horizontal group are aligned. Applies to navigation control that has horizontal style (e.g, a horizontal menu) only.

[Visual Basic]
Public Property TopLevelItemAlign As TopLevelItemAlign
[C#]
public TopLevelItemAlign TopLevelItemAlign {get; set;}

Property Value

One of the TopLevelItemAlign enumeration values

Default is Left.

This property is read/write.

Remarks

This property only applies to navigation control that has horizontal style (e.g, a horizontal menu).

See Also

BaseNavigator Class | EO.Web Namespace | TopLevelItemAlign


Direct link to this topic