Skip to main content

CheckAsYouTypeOptions.UnderlineStyle Property

Gets or sets the underline style for misspelled words.

Namespace: DevExpress.XtraSpellChecker

Assembly: DevExpress.XtraSpellChecker.v23.2.dll

NuGet Package: DevExpress.Win.SpellChecker

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