Skip to main content

SpellingSettings Attached Properties

Specifies spelling settings for a framework element.
Name Description
CheckAsYouType static Specifies the check-as-you-type operation mode. This is a dependency property.
Culture static Gets or sets the culture-specific settings of the spell checker. This is a dependency property. This is an attached property.
DictionarySourceCollection static Specifies a collection of source dictionaries that are used to check spelling in a document. This is a dependency property. This is an attached property.
IgnoreEmails static Gets or sets whether e-mail addresses should be excluded from the check. This is a dependency property.
IgnoreMixedCaseWords static Gets or sets whether the spell checker ignores words containing different case letters in positions other than the first. This is a dependency property.
IgnoreRepeatedWords static Gets or sets whether the spell checker ignores repeated words. This is a dependency property.
IgnoreUpperCaseWords static Gets or sets whether the spell checker ignores words in which all letters are uppercase. This is a dependency property.
IgnoreUri static Identifies the SpellingSettings.IgnoreUri attached property.
IgnoreUrls static Gets or sets whether the spell checker ignores the URLs in text. This is a dependency property.
IgnoreWordsWithNumbers static Gets or sets whether the spell checker ignores words that contain numbers. This is a dependency property.
ShowSpellCheckMenu static Specifies whether context menu items specific for the spell checker are shown. This is a dependency property.
SpellChecker static Specifies the SpellChecker instance to which the settings are applied. This is a dependency property.
UnderlineColor static Gets or sets the color used to underline the misspelled word. This is a dependency property.
UnderlineStyle static Gets or sets the underline style for misspelled words. This is a dependency property.
See Also