Back to Devexpress

DXFont.Underline Property

corelibraries-devexpress-dot-drawing-dot-dxfont-fad271ce.md

latest971 B
Original Source

DXFont.Underline Property

Gets a value that indicates whether the font is underlined.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

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

Property Value

TypeDescription
Boolean

true if the font is underlined; otherwise, false.

|

See Also

DXFont Class

DXFont Members

DevExpress.Drawing Namespace