Back to Devexpress

AppearanceStyleBase.VerticalAlign Property

aspnet-devexpress-dot-web-dot-appearancestylebase-56bfd88f.md

latest1.4 KB
Original Source

AppearanceStyleBase.VerticalAlign Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(VerticalAlign.NotSet)]
public virtual VerticalAlign VerticalAlign { get; set; }
vb
<DefaultValue(VerticalAlign.NotSet)>
Public Overridable Property VerticalAlign As VerticalAlign

Property Value

TypeDefaultDescription
VerticalAlignNotSet

One of the VerticalAlign enumeration values.

|

Remarks

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

See Also

HorizontalAlign

AppearanceStyleBase Class

AppearanceStyleBase Members

DevExpress.Web Namespace