TextElement.GetForeground Method (DependencyObject)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Returns the value of the Foreground attached property for a specified dependency object.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- element
-
Type:
System.Windows.DependencyObject
The dependency object for which to retrieve the value of the Foreground property.
Return Value
Type: System.Windows.Media.BrushThe current value of the Foreground attached property on the specified dependency object.
Exception | Condition |
---|---|
ArgumentNullException | d is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: