Back to Devexpress

AppearanceStyleBase.HorizontalAlign Property

aspnet-devexpress-dot-web-dot-appearancestylebase-a0af894f.md

latest1.5 KB
Original Source

AppearanceStyleBase.HorizontalAlign Property

Gets or sets the horizontal alignment of the contents within its container.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
HorizontalAlignNotSet

One of the HorizontalAlign enumeration values.

|

Remarks

Use the HorizontalAlign property to specify the horizontal alignment of a specific contents (some text, for instance) within its container.

See Also

VerticalAlign

AppearanceStyleBase Class

AppearanceStyleBase Members

DevExpress.Web Namespace