Skip to main content
All docs
V24.1

DXFont.Italic Property

Gets a value that indicates whether the italic style is applied to the font.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

[TypeConverter(typeof(BooleanTypeConverter))]
public bool Italic { get; }

Property Value

Type Description
Boolean

true to indicate the font has the italic style applied; otherwise, false.

See Also