Gets or sets a brush that describes the background of a control.
Syntax
'Declaration
Public Property Background As Brush
public Brush Background {get; set;}
Property Value
The brush that is used to fill the background of the control. The default is
System.Windows.Media.Brushes.Transparent.
See Also