Skip to main content
All docs
V24.1

DXFont.Underline Property

Gets a value that indicates whether the font is underlined.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.1.dll

NuGet Package: DevExpress.Drawing

Declaration

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

Property Value

Type Description
Boolean

true if the font is underlined; otherwise, false.

See Also