TextBlock::GetForeground Method (DependencyObject^)
.NET Framework (current version)
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 from which to retrieve the value of the Foreground attached property.
Return Value
Type: System.Windows.Media::Brush^The current value of the Foreground attached property on the specified dependency object.
| Exception | Condition |
|---|---|
| ArgumentNullException | element is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: