Gets a SpellOptions object that specifies spell-checking options.

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

Syntax

C#
public SpellOptions Options { get; }
Visual Basic
Public ReadOnly Property Options As SpellOptions
	Get

Remarks

Options available include types of words to ignore, whether to display suggestions in a context menu, the number of suggestions to display, and so on.

See Also