Mis-spelling underline style for RapidSpellAYT control.
| C# | Visual Basic | Visual C++ |
public enum UnderlineStyle
Public Enumeration UnderlineStyle
public enum class UnderlineStyle
| Member | Description |
|---|---|
| Single | A single line under the word. |
| Dashed | Dashed underline. |
| Double | 2 lines under the word. |
| Wavy | Wavy line under the word. |
| ThinWavy | Thin wavy line under the word, more suitable for small font sizes. |
| Wavy2 | Different wavy line under the word. |
| Wavy3 | Different wavy line under the word. |
| Bar | 'Bar' under the word. |
| ThinBar | Thin 'Bar' under the word, more suitable for small font sizes. |