UnderlineStyle Enum
Lists line types that can be used to mark the misspelled words.
Namespace: DevExpress.XtraSpellChecker
Assembly: DevExpress.XtraSpellChecker.v24.1.dll
NuGet Package: DevExpress.Win.SpellChecker
Declaration
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 |
---|---|
Words can be highlighted in SpellCheckMode.AsYouType spell checker operation mode only.
See Also