Table of Contents
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.

Syntax
 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