[This documentation is preliminary and is subject to change.]
Gets or sets a brush that provides the background of the control.
Syntax
<control> <control.Background> singleBrush </control.Background> </control>
<control Background="colorString"/>
XAML Values
- singleBrush
-
Within opening and closing property elements for object.Background, exactly one object element for an object that derives from Brush. The object element is typically one of these classes: LinearGradientBrush, ImageBrush, SolidColorBrush.
- colorString
-
The Color for a SolidColorBrush, expressed as an attribute string. This can be a named color, an RGB value, or an ScRGB value. RGB or ScRGB may also specify alpha information. See Color.
Property value
Type: Brush
The brush that provides the background of the control. The default is null.
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 5/22/2012
