A newer version of this page is available.
Switch to the current version.
AppearanceStyleBase.HorizontalAlign Property
Gets or sets the horizontal alignment of the contents within its container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(HorizontalAlign.NotSet)]
public virtual HorizontalAlign HorizontalAlign { get; set; }
<DefaultValue(HorizontalAlign.NotSet)>
Public Overridable Property HorizontalAlign As HorizontalAlign
Property Value
Type | Default | Description |
---|---|---|
HorizontalAlign | NotSet |
One of the HorizontalAlign enumeration values. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to HorizontalAlign |
---|---|
ASPxHtmlEditor |
|
ASPxHtmlEditor |
|
HtmlEditorPasteOptionsBarStyles |
|
HtmlEditorPasteOptionsBarStyles |
|
HtmlEditorSettings |
|
HtmlEditorSettings |
|
MVCxHtmlEditor |
|
MVCxHtmlEditor |
|
Remarks
Use the HorizontalAlign property to specify the horizontal alignment of a specific contents (some text, for instance) within its container.
See Also
Feedback