DXRichEditAutoCorrectOptions Properties
Provides the options specific to the AutoCorrect feature.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| CorrectTwoInitialCapitals | Gets or sets whether AutoCorrect should change the second of two initial capitals to lowercase. This is a dependency property. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| DetectUrls | Gets or sets whether AutoCorrect should detect URI strings and format them as hyperlinks. This is a dependency property. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| ReplaceTextAsYouType | Gets or sets whether AutoCorrect should scan for entries as you type and replace them with the designated text or image. This is a dependency property. |
| UseSpellCheckerSuggestions | Gets or sets whether AutoCorrect should revise misspelled words that are similar to words in the spell checker dictionary. This is a dependency property. |
See Also