Back to Devexpress

SpellingSettings.GetUnderlineColor(DependencyObject) Method

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

latest1.7 KB
Original Source

SpellingSettings.GetUnderlineColor(DependencyObject) Method

Gets the value of the SpellingSettings.UnderlineColor attached property for a specified dependency object.

Namespace : DevExpress.Xpf.SpellChecker

Assembly : DevExpress.Xpf.SpellChecker.v25.2.dll

NuGet Package : DevExpress.Wpf.SpellChecker

Declaration

csharp
public static Color GetUnderlineColor(
    DependencyObject obj
)
vb
Public Shared Function GetUnderlineColor(
    obj As DependencyObject
) As Color

Parameters

NameTypeDescription
objDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Color

The SpellingSettings.UnderlineColor property value for the element.

|

See Also

SpellingSettings Class

SpellingSettings Members

DevExpress.Xpf.SpellChecker Namespace