Class IspellDictionary
Document as in base class
Inheritance
System.Object
IspellDictionary
Inherited Members
Namespace: Syncfusion.Windows.Controls
Assembly: Syncfusion.SfSpellChecker.WPF.dll
Syntax
public class IspellDictionary : IspellDictionaryBase
Constructors
IspellDictionary()
Declaration
public IspellDictionary()
Properties
DictionaryUri
Gets or sets the dictionary uri.
Declaration
public Uri DictionaryUri { get; set; }
Property Value
Type |
---|
System.Uri |
GrammarUri
Gets or sets the grammar uri.
Declaration
public Uri GrammarUri { get; set; }
Property Value
Type |
---|
System.Uri |