SpellingSettings.SetUnderlineStyle(DependencyObject, UnderlineStyle) Method
Sets the value of the SpellingSettings.UnderlineStyle attached property for a specific object.
Namespace: DevExpress.Xpf.SpellChecker
Assembly: DevExpress.Xpf.SpellChecker.v24.1.dll
NuGet Package: DevExpress.Wpf.SpellChecker
Declaration
Parameters
Name | Type | Description |
---|---|---|
obj | DependencyObject | Sets the value of the SpellingSettings.UnderlineStyle attached property for a specific object. |
value | DevExpress.Xpf.SpellChecker.UnderlineStyle | The new value of the attached property for the specified object. |
See Also