Back to Devexpress

SpellingSettings.SetUnderlineStyle(DependencyObject, UnderlineStyle) Method

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-dot-setunderlinestyle-x28-system-dot-windows-dot-dependencyobject-devexpress-dot-xpf-dot-spellchecker-dot-underlinestyle-x29.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public static void SetUnderlineStyle(
    DependencyObject obj,
    UnderlineStyle value
)
vb
Public Shared Sub SetUnderlineStyle(
    obj As DependencyObject,
    value As UnderlineStyle
)

Parameters

NameTypeDescription
objDependencyObject

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

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace