Skip to main content

HtmlEditorDocumentStyles.ForeColor Property

Gets or sets the document’s text color.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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