HtmlEditorDocumentStyles.HorizontalAlign Property
Gets or sets the horizontal alignment of the content in the document.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlign { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HorizontalAlign | NotSet | One of the HorizontalAlign enumeration values. |
See Also