Skip to main content
All docs
V24.2

DXFont.Italic Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

NuGet Package: DevExpress.Drawing

#Declaration

public bool Italic { get; }

#Property Value

Type Description
Boolean

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

See Also