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 |
---|---|
Tdx |
us |
#Remarks
Values include:
Value | Meaning |
---|---|
us |
A straight line is painted in the single-line text-editing controls. A wavy line is painted in the multi-line text-editing controls. |
us |
A wavy line is painted. |
us |
A straight line is painted. |
Use the UnderlineColor property to customize the line color.
The default value of the UnderlineStyle property is usWavyLine.