Skip to main content
Tab

SpaceTabTemplateStyle.VerticalAlign Property

Gets or sets the vertical alignment of the space tab templates’ content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override VerticalAlign VerticalAlign { get; set; }

Property Value

Type Description
VerticalAlign

One of the VerticalAlign enumeration values.

Remarks

Use the VerticalAlign property to specify the vertical alignment of the content defined via the SpaceBeforeTabsTemplate or/and SpaceAfterTabsTemplate property.

See Also