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

ASPxButton.VerticalAlign Property

Gets or sets the vertical alignment of the button content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
VerticalAlign **NotSet**

One of the VerticalAlign enumeration values.

Remarks

Important

The VerticalAlign property is not in effect when the button is rendered as a link (the ASPxButton.RenderMode property is set to Link).

See Also