RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / SpellChecker Property

In This Topic
    SpellChecker Property
    In This Topic
    Gets or sets the C1.Xaml.ISpellChecker used for as-you-type spell checking.
    Syntax
    'Declaration
     
    Public Property SpellChecker As C1.Xaml.ISpellChecker
    public C1.Xaml.ISpellChecker SpellChecker {get; set;}
    See Also