Control.Background Property
Silverlight
Gets or sets a brush that provides the background of the control.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
<control> <control.Background> singleBrush </control.Background> </control>
<control Background="colorString"/>
XAML Values
Property Value
Type: System.Windows.Media.BrushThe brush that provides the background of the control. The default is null.
Dependency property identifier field: BackgroundProperty
This property only affects a control whose template uses the Background property as a parameter. On other controls, this property has no impact.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: