SpellCheckerLineStyle
Namespace: PPJ.Runtime.Windows.Spell
Assembly: PPJ.Runtime.50 (5.0.0.0)
Specifies the underline style used to mark spelling errors.
- C#
- VB.NET
public enum SpellCheckerLineStyle : Enum
Public Enum SpellCheckerLineStyle As [Enum]
Fields
| Name | Description | Value |
|---|---|---|
| Dotted | Draws a dotted underline. | |
| Solid | Draws a solid underline. | |
| ZigZagged | Draws a zigzag underline. |
Used By
| Name | Description |
|---|---|
| SpellChecker.LineStyle | Gets or sets the shared spelling-error underline style. |