The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Control::Foreground Property
.NET Framework (current version)
Gets or sets a brush that describes the foreground color.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [BindableAttribute(true)] property Brush^ Foreground { Brush^ get(); void set(Brush^ value); }
Property Value
Type: System.Windows.Media::Brush^The brush that paints the foreground of the control. The default value is the system dialog font color.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: