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

HtmlEditorDocumentFontInfo.Bold Property

Gets or sets a value that indicates whether the font is bold.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

[DefaultValue(false)]
public bool Bold { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if the font is bold; otherwise, false.

See Also