Skip to main content
Tab

ASPxButton.VerticalAlign Property

Gets or sets the vertical alignment of the button content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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