Back to Devexpress

SpellingSettings.SetUnderlineColor(DependencyObject, Color) Method

wpf-devexpress-dot-xpf-dot-spellchecker-dot-spellingsettings-dot-setunderlinecolor-x28-system-dot-windows-dot-dependencyobject-system-dot-windows-dot-media-dot-color-x29.md

latest1.7 KB
Original Source

SpellingSettings.SetUnderlineColor(DependencyObject, Color) Method

Sets the value of the SpellingSettings.UnderlineColor 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 SetUnderlineColor(
    DependencyObject obj,
    Color value
)
vb
Public Shared Sub SetUnderlineColor(
    obj As DependencyObject,
    value As Color
)

Parameters

NameTypeDescription
objDependencyObject

Sets the value of the SpellingSettings.UnderlineColor attached property for a specific object.

| | value | Color |

The new value of the attached property for the specified object.

|

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace