Back to Devexpress

DXFont.Italic Property

corelibraries-devexpress-dot-drawing-dot-dxfont-36b1cfb2.md

latest997 B
Original Source

DXFont.Italic Property

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

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public bool Italic { get; }
vb
Public ReadOnly Property Italic As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace