Control.Foreground Property
Silverlight
Gets or sets a brush that describes the foreground color.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<control> <control.Foreground> singleBrush </control.Foreground> </control>
<control Foreground="colorString"/>
XAML Values
Property Value
Type: System.Windows.Media.BrushThe brush that paints the foreground of the control. The default value is Black.
Dependency property identifier field: ForegroundProperty
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: