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

HtmlEditorDocumentStyles.ForeColor Property

Gets or sets the document’s text color.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(typeof(Color), "")]
public Color ForeColor { get; set; }

Property Value

Type Default Description
Color String.Empty

A Color structure that specifies the text color within the document.

See Also