Back to Devexpress

ASPxButton.HorizontalAlign Property

aspnet-devexpress-dot-web-dot-aspxbutton-295dbd96.md

latest1.4 KB
Original Source

ASPxButton.HorizontalAlign Property

Gets or sets the horizontal alignment of the button content.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
HorizontalAlignNotSet

One of the HorizontalAlign enumeration values.

|

Remarks

Important

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

See Also

ASPxButton Class

ASPxButton Members

DevExpress.Web Namespace