Sets or returns the UnderlineStyleEnum object that represents the style of the underline effect used to highlight typing errors while check typing.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
[DefaultValueAttribute(UnderlineStyleEnum.ULWiggly)]
[BrowsableAttribute(true)]
public UnderlineStyleEnum UnderlineStyle { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute(UnderlineStyleEnum.ULWiggly)> _
<BrowsableAttribute(True)> _
Public Property UnderlineStyle As UnderlineStyleEnum

Remarks

The default value is ULWiggly.

See Also