AppearanceStyleBase.HorizontalAlign Property
In This Article
Gets or sets the horizontal alignment of the contents within its container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(HorizontalAlign.NotSet)]
public virtual HorizontalAlign HorizontalAlign { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Horizontal |
Not |
One of the Horizontal |
#Remarks
Use the HorizontalAlign property to specify the horizontal alignment of a specific contents (some text, for instance) within its container.
See Also