Specifies the spell checking component to be used with a Text
Introduced: 17.0.
public string SpellChecker { get; set; }
Public Property SpellChecker() As String
The following XAML example shows how to add a TXSpell
<Window xmlns:tx="clr-namespace:TXTextControl.WPF;assembly=TXTextControl.WPF"
xmlns:txspell="clr-namespace:TXTextControl.WPF.Proofing;assembly=TXSpell.WPF">
<tx:TextControl Name="textControl1">
<tx:TextControl.Resources>
<txspell:TXSpellChecker x:Key="txspellChecker1"/>
</tx:TextControl.Resources>
</tx:TextControl> </Window>