LevelProperties.VerticalAlign Property
In This Article
Gets or sets the horizontal alignment of a level’s contents.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(VerticalAlign.NotSet)]
public virtual VerticalAlign VerticalAlign { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
Not |
One of the Vertical |
#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