ASPxButton.VerticalAlign Property
Gets or sets the vertical alignment of the button content.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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