Skip to main content
A newer version of this page is available. .

CheckAsYouTypeOptions.UnderlineStyle Property

Gets or sets the underline style for misspelled words.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v18.2.dll

Declaration

[DefaultValue(UnderlineStyle.WavyLine)]
[XtraSerializableProperty]
public UnderlineStyle UnderlineStyle { get; set; }

Property Value

Type Default Description
UnderlineStyle **WavyLine**

An UnderlineStyle enumeration member.

Available values:

Name Description
WavyLine

Draws a wavy line below the misspelled word.

Line

Draws a line below the mispelled word.

Property Paths

You can access this nested property as listed below:

Object Type Path to UnderlineStyle
SpellChecker
.CheckAsYouTypeOptions.UnderlineStyle
See Also