Skip to main content

HtmlEditorDocumentFontInfo.Italic Property

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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