Skip to main content
A newer version of this page is available. .

HtmlEditorDocumentStyles.HorizontalAlign Property

Gets or sets the horizontal alignment of the content in the document.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.2.dll

Declaration

[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlign { get; set; }

Property Value

Type Default Description
HorizontalAlign **NotSet**

One of the HorizontalAlign enumeration values.

See Also