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

HtmlEditorDocumentStyles.Font Property

Gets the document’s font settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorDocumentFontInfo Font { get; }

Property Value

Type Description
HtmlEditorDocumentFontInfo

A HtmlEditorDocumentFontInfo object that contains the font settings.

See Also