Skip to main content

UnderlineStyle Enum

Lists line types that can be used to mark the misspelled words.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

Declaration

public enum UnderlineStyle

Members

Name Description
WavyLine

Draws a wavy line below the misspelled word.

Line

Draws a line below the mispelled word.

Related API Members

The following properties accept/return UnderlineStyle values:

Remarks

Line Wavy Line
UnderlineStyle.Line UnderlineStyle.WavyLine

Words can be highlighted in SpellCheckMode.AsYouType spell checker operation mode only.

See Also