Skip to main content
A newer version of this page is available. .
Tab

LevelProperties.VerticalAlign Property

Gets or sets the horizontal alignment of a level’s contents.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(VerticalAlign.NotSet)]
public virtual VerticalAlign VerticalAlign { get; set; }

Property Value

Type Default Description
VerticalAlign **NotSet**

One of the VerticalAlign enumeration values.

Remarks

Use the VerticalAlign property to specify the vertical alignment for the contents of the site map nodes which belong to the current hierarchy level.

See Also