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

HtmlEditorDocumentFontInfo.Italic Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

See Also