Skip to main content
Tab

HeadlinePanelStyle.VerticalAlign Property

Gets or sets the vertical alignment of the panel’s contents.

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.

See Also