RichTextBox for WPF | ComponentOne
C1.WPF.SpellChecker Namespace / SpellOptions Class / UnderlineColor Property

In This Topic
    UnderlineColor Property (SpellOptions)
    In This Topic
    Gets or sets the color of the wavy underlines drawn under misspelled words.
    Syntax
    'Declaration
     
    
    Public Property UnderlineColor As Color
    public Color UnderlineColor {get; set;}
    See Also