ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / SpellOptions Class / UnderlineColor Property

In This Topic
    UnderlineColor Property
    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