Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / ISpellChecker Interface / UserDictionary Property

In This Topic
    UserDictionary Property
    In This Topic
    Gets the user dictionary used for spell-checking.
    Syntax
    'Declaration
     
    
    ReadOnly Property UserDictionary As ICollection(Of String)
    ICollection<string> UserDictionary {get;}
    See Also