KaxSpellEditDistance Property |
Gets or sets a the edit distance. If you increase the value, the checking speed
decreases but more suggestions are presented. Applicable only in EditDistance mode.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int EditDistance { get; set; }
Public Property EditDistance As Integer
Get
Set
public:
property int EditDistance {
int get ();
void set (int value);
}
member EditDistance : int with get, set
Property Value
Type:
Int32The default is
1
Remarks
This property takes effect only if the
SpellCheckProvider property is set to
EditDistanceProvider.
See Also