Gets a CharRange object that contains the bad word and its location within the text being spell-checked.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public CharRange BadWord { get; }
Visual Basic
Public ReadOnly Property BadWord As CharRange
	Get

See Also