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

AppearanceStyleBase.VerticalAlign Property

Gets or sets the vertical alignment of the contents in its container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
VerticalAlign **NotSet**

One of the VerticalAlign enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to VerticalAlign
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBarItem .VerticalAlign

Remarks

Use the VerticalAlign property to specify the vertical alignment of the contents in its container.

See Also