TdxSpellCheckerCustomCheckAsYouTypeOptions.UnderlineStyle Property
Specifies the style of a line used to mark misspelled words in text-editing controls.
Declaration
property UnderlineStyle: TdxSpellCheckerUnderlineStyle read; write; default usAuto;
Property Value
| Type | Default |
|---|---|
| TdxSpellCheckerUnderlineStyle | usAuto |
Remarks
Values include:
| Value | Meaning |
|---|---|
| usAuto | A straight line is painted in the single-line text-editing controls. A wavy line is painted in the multi-line text-editing controls. |
| usWavyLine | A wavy line is painted. |
| usLine | A straight line is painted. |
Use the UnderlineColor property to customize the line color.
The default value of the UnderlineStyle property is usWavyLine.
See Also